Gecode::LinIntExpr minimodel.hh NodeType NT_CONST Integer constant. NT_VAR_INT Linear term with integer variable. NT_VAR_BOOL Linear term with Boolean variable. NT_NONLIN Non-linear expression. NT_SUM_INT Sum of integer variables. NT_SUM_BOOL Sum of Boolean variables. NT_ADD Addition of linear terms. NT_SUB Subtraction of linear terms. NT_MUL Multiplication by coefficient. Type of linear expression. friend class friend class LinIntRel LinIntRel Node * Node* Gecode::LinIntExpr::n n GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (void) LinIntExpr void Default constructor. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (int c) LinIntExpr int c Create expression for constant c. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (const IntVar &x, int a=1) LinIntExpr const IntVar & x int a 1 Create expression. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (const BoolVar &x, int a=1) LinIntExpr const BoolVar & x int a 1 Create expression. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (const IntVarArgs &x) LinIntExpr const IntVarArgs & x Create sum expression. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (const IntArgs &a, const IntVarArgs &x) LinIntExpr const IntArgs & a const IntVarArgs & x Create sum expression. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (const BoolVarArgs &x) LinIntExpr const BoolVarArgs & x Create sum expression. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (const IntArgs &a, const BoolVarArgs &x) LinIntExpr const IntArgs & a const BoolVarArgs & x Create sum expression. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (const LinIntExpr &e) LinIntExpr const LinIntExpr & e Copy constructor. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (const LinIntExpr &e0, NodeType t, const LinIntExpr &e1) LinIntExpr const LinIntExpr & e0 NodeType t const LinIntExpr & e1 Create expression for type and subexpressions. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (const LinIntExpr &e0, NodeType t, int c) LinIntExpr const LinIntExpr & e0 NodeType t int c Create expression for type and subexpression. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (int a, const LinIntExpr &e) LinIntExpr int a const LinIntExpr & e Create expression for multiplication. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::LinIntExpr (NonLinIntExpr *e) LinIntExpr NonLinIntExpr * e Create non-linear expression. GECODE_MINIMODEL_EXPORT const LinIntExpr & GECODE_MINIMODEL_EXPORT const LinIntExpr& Gecode::LinIntExpr::operator= (const LinIntExpr &e) operator= const LinIntExpr & e Assignment operator. GECODE_MINIMODEL_EXPORT void GECODE_MINIMODEL_EXPORT void Gecode::LinIntExpr::post (Home home, IntRelType irt, IntConLevel icl) const post Home home IntRelType irt IntConLevel icl Post propagator. GECODE_MINIMODEL_EXPORT void GECODE_MINIMODEL_EXPORT void Gecode::LinIntExpr::post (Home home, IntRelType irt, const BoolVar &b, IntConLevel icl) const post Home home IntRelType irt const BoolVar & b IntConLevel icl Post reified propagator. GECODE_MINIMODEL_EXPORT IntVar GECODE_MINIMODEL_EXPORT IntVar Gecode::LinIntExpr::post (Home home, IntConLevel icl) const post Home home IntConLevel icl Post propagator and return variable for value. GECODE_MINIMODEL_EXPORT NonLinIntExpr * GECODE_MINIMODEL_EXPORT NonLinIntExpr* Gecode::LinIntExpr::nle (void) const nle void Return non-linear expression inside, or NULL if not non-linear. GECODE_MINIMODEL_EXPORT GECODE_MINIMODEL_EXPORT Gecode::LinIntExpr::~LinIntExpr (void) ~LinIntExpr void Destructor. Linear expressions over integer variables. Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntExpr Gecode::LinIntExprLinIntRel Gecode::LinIntExprn Gecode::LinIntExprnle Gecode::LinIntExprNodeType Gecode::LinIntExprNT_ADD Gecode::LinIntExprNT_CONST Gecode::LinIntExprNT_MUL Gecode::LinIntExprNT_NONLIN Gecode::LinIntExprNT_SUB Gecode::LinIntExprNT_SUM_BOOL Gecode::LinIntExprNT_SUM_INT Gecode::LinIntExprNT_VAR_BOOL Gecode::LinIntExprNT_VAR_INT Gecode::LinIntExproperator= Gecode::LinIntExprpost Gecode::LinIntExprpost Gecode::LinIntExprpost Gecode::LinIntExpr~LinIntExpr