Functions | |
void | Gecode::atmost (Home home, const IntVarArgs &x, int n, int m, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, IntVar y, int m, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, int n, IntVar z, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, int n, int m, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, IntVar y, int m, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, int n, IntVar z, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, int n, int m, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, IntVar y, int m, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, int n, IntVar z, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
void | Gecode::lex (Home home, const IntVarArgs &x, IntRelType r, const IntVarArgs &y, IntConLevel icl=ICL_DEF) |
Post lexical order between x and y. More... | |
void | Gecode::lex (Home home, const BoolVarArgs &x, IntRelType r, const BoolVarArgs &y, IntConLevel icl=ICL_DEF) |
Post lexical order between x and y. More... | |
void | Gecode::values (Home home, const IntVarArgs &x, IntSet y, IntConLevel icl=ICL_DEF) |
Post constraint ![]() | |
Contains definitions of common constraints which have different names in Gecode.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1672 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1681 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1693 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1702 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1711 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1723 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1733 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1742 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1754 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1763 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1772 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1784 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1794 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1803 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1815 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1824 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1833 of file minimodel.hh.
|
inline |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1845 of file minimodel.hh.
|
inline |
Post lexical order between x and y.
Definition at line 1852 of file minimodel.hh.
|
inline |
Post lexical order between x and y.
Definition at line 1859 of file minimodel.hh.
|
inline |
Post constraint .
Definition at line 1866 of file minimodel.hh.