Arithmetic functions
[Direct modelling]
Collaboration diagram for Arithmetic functions:
Functions | |
IntVar | Gecode::abs (Space *home, IntVar x, IntConLevel icl=ICL_DEF) |
Return variable constrained to . | |
IntVar | Gecode::min (Space *home, IntVar x, IntVar y, IntConLevel icl=ICL_DEF) |
Return variable constrained to . | |
IntVar | Gecode::min (Space *home, const IntVarArgs &x, IntConLevel icl=ICL_DEF) |
Return variable constrained to . | |
IntVar | Gecode::max (Space *home, IntVar x, IntVar y, IntConLevel icl=ICL_DEF) |
Return variable constrained to . | |
IntVar | Gecode::max (Space *home, const IntVarArgs &x, IntConLevel icl=ICL_DEF) |
Return variable constrained to . | |
IntVar | Gecode::mult (Space *home, IntVar x, IntVar y, IntConLevel icl=ICL_DEF) |
Return variable constrained to . | |
IntVar | Gecode::sqr (Space *home, IntVar x, IntConLevel icl=ICL_DEF) |
Return variable constrained to . | |
IntVar | Gecode::plus (Space *home, IntVar x, IntVar y, IntConLevel icl=ICL_DEF) |
Return variable constrained to . | |
IntVar | Gecode::minus (Space *home, IntVar x, IntVar y, IntConLevel icl=ICL_DEF) |
Return variable constrained to . |
Function Documentation
|
Return variable constrained to .
Definition at line 34 of file arithmetic.cc. |
|
Return variable constrained to .
Definition at line 46 of file arithmetic.cc. |
|
Return variable constrained to .
Definition at line 56 of file arithmetic.cc. |
|
Return variable constrained to .
Definition at line 70 of file arithmetic.cc. |
|
Return variable constrained to .
Definition at line 80 of file arithmetic.cc. |
|
Return variable constrained to .
Definition at line 94 of file arithmetic.cc. |
|
Return variable constrained to .
Definition at line 102 of file arithmetic.cc. |
|
Return variable constrained to .
Definition at line 110 of file arithmetic.cc. |
|
Return variable constrained to .
Definition at line 122 of file arithmetic.cc. |