Generated on Tue May 22 09:40:41 2018 for Gecode by doxygen 1.6.3

Posting of expressions and relations
[Direct modeling support]

Functions

IntVar Gecode::expr (Home home, const LinIntExpr &e, IntPropLevel ipl=IPL_DEF)
 Post linear expression and return its value.
FloatVar Gecode::expr (Home home, const LinFloatExpr &e)
 Post float expression and return its value.
SetVar Gecode::expr (Home home, const SetExpr &e)
 Post set expression and return its value.
BoolVar Gecode::expr (Home home, const BoolExpr &e, IntPropLevel ipl=IPL_DEF)
 Post Boolean expression and return its value.
void Gecode::rel (Home home, const BoolExpr &e, IntPropLevel ipl=IPL_DEF)
 Post Boolean relation.

Function Documentation

IntVar Gecode::expr ( Home  home,
const LinIntExpr &  e,
IntPropLevel  ipl 
)

Post linear expression and return its value.

FloatVar Gecode::expr ( Home  home,
const LinFloatExpr &  e 
)

Post float expression and return its value.

SetVar Gecode::expr ( Home  home,
const SetExpr &  e 
)

Post set expression and return its value.

BoolVar Gecode::expr ( Home  home,
const BoolExpr &  e,
IntPropLevel  ipl 
)

Post Boolean expression and return its value.

void Gecode::rel ( Home  home,
const BoolExpr &  e,
IntPropLevel  ipl 
)

Post Boolean relation.