Gecode::NonLinIntExpr minimodel.hh IntVar virtual IntVar Gecode::NonLinIntExpr::post (Home home, IntVar *ret, IntConLevel icl) const =0 post Home home IntVar * ret IntConLevel icl Return variable constrained to be equal to the expression. void virtual void Gecode::NonLinIntExpr::post (Home home, IntRelType irt, int c, IntConLevel icl) const =0 post Home home IntRelType irt int c IntConLevel icl Post expression to be in relation irt with c. void virtual void Gecode::NonLinIntExpr::post (Home home, IntRelType irt, int c, BoolVar b, IntConLevel icl) const =0 post Home home IntRelType irt int c BoolVar b IntConLevel icl Post reified expression to be in relation irt with c. virtual Gecode::NonLinIntExpr::~NonLinIntExpr (void) ~NonLinIntExpr void Destructor. void * void* Gecode::NonLinIntExpr::operator new (size_t size) operator new size_t size Memory management. void void Gecode::NonLinIntExpr::operator delete (void *p, size_t) operator delete void * p size_t Memory management. IntVar static IntVar Gecode::NonLinIntExpr::result (Home home, IntVar *x) result Home home IntVar * x Return fresh variable if x is NULL, x otherwise. IntVar static IntVar Gecode::NonLinIntExpr::result (Home home, IntVar *x, IntVar y) result Home home IntVar * x IntVar y Constrain x to be equal to y if x is not NULL. Base class for non-linear expressions over integer variables. Gecode::NonLinIntExproperator delete Gecode::NonLinIntExproperator new Gecode::NonLinIntExprpost Gecode::NonLinIntExprpost Gecode::NonLinIntExprpost Gecode::NonLinIntExprresult Gecode::NonLinIntExprresult Gecode::NonLinIntExpr~NonLinIntExpr