arithmetic.icc File Reference
(Revision: 7348)
Go to the source code of this file.
Namespaces | |
namespace | Gecode |
Functions | |
IntVar | Gecode::abs (Space *home, IntVar x, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF) |
Return variable constrained to ![]() | |
IntVar | Gecode::min (Space *home, IntVar x, IntVar y, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF) |
Return variable constrained to ![]() | |
IntVar | Gecode::min (Space *home, const IntVarArgs &x, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF) |
Return variable constrained to ![]() | |
IntVar | Gecode::max (Space *home, IntVar x, IntVar y, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF) |
Return variable constrained to ![]() | |
IntVar | Gecode::max (Space *home, const IntVarArgs &x, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF) |
Return variable constrained to ![]() | |
IntVar | Gecode::mult (Space *home, IntVar x, IntVar y, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF) |
Return variable constrained to ![]() | |
IntVar | Gecode::sqr (Space *home, IntVar x, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF) |
Return variable constrained to ![]() | |
IntVar | Gecode::sqrt (Space *home, IntVar x, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF) |
Return variable constrained to ![]() | |
IntVar | Gecode::plus (Space *home, IntVar x, IntVar y, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF) |
Return variable constrained to ![]() | |
IntVar | Gecode::minus (Space *home, IntVar x, IntVar y, IntConLevel icl, PropKind pk) |