Aliases for integer constraints
[Direct modeling support]
Functions | |
| void | Gecode::atmost (Space &home, const IntVarArgs &x, int n, int m, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atmost (Space &home, const IntVarArgs &x, IntVar y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atmost (Space &home, const IntVarArgs &x, const IntArgs &y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atmost (Space &home, const IntVarArgs &x, int n, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atmost (Space &home, const IntVarArgs &x, IntVar y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atmost (Space &home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atleast (Space &home, const IntVarArgs &x, int n, int m, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atleast (Space &home, const IntVarArgs &x, IntVar y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atleast (Space &home, const IntVarArgs &x, const IntArgs &y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atleast (Space &home, const IntVarArgs &x, int n, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atleast (Space &home, const IntVarArgs &x, IntVar y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::atleast (Space &home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::exactly (Space &home, const IntVarArgs &x, int n, int m, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::exactly (Space &home, const IntVarArgs &x, IntVar y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::exactly (Space &home, const IntVarArgs &x, const IntArgs &y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::exactly (Space &home, const IntVarArgs &x, int n, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::exactly (Space &home, const IntVarArgs &x, IntVar y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::exactly (Space &home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for . | |
| void | Gecode::lex (Space &home, const IntVarArgs &x, IntRelType r, const IntVarArgs &y, IntConLevel icl=ICL_DEF) |
| Post propagator for lexical order between x and y. | |
Detailed Description
Contains definitions of common constraints which have different names in Gecode.Function Documentation
| void Gecode::atmost | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| int | n, | |||
| int | m, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1089 of file minimodel.hh.
| void Gecode::atmost | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| IntVar | y, | |||
| int | m, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1098 of file minimodel.hh.
| void Gecode::atmost | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| const IntArgs & | y, | |||
| int | m, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1110 of file minimodel.hh.
| void Gecode::atmost | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| int | n, | |||
| IntVar | z, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1119 of file minimodel.hh.
| void Gecode::atmost | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| IntVar | y, | |||
| IntVar | z, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1128 of file minimodel.hh.
| void Gecode::atmost | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| const IntArgs & | y, | |||
| IntVar | z, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1140 of file minimodel.hh.
| void Gecode::atleast | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| int | n, | |||
| int | m, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1150 of file minimodel.hh.
| void Gecode::atleast | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| IntVar | y, | |||
| int | m, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1159 of file minimodel.hh.
| void Gecode::atleast | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| const IntArgs & | y, | |||
| int | m, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1171 of file minimodel.hh.
| void Gecode::atleast | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| int | n, | |||
| IntVar | z, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1180 of file minimodel.hh.
| void Gecode::atleast | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| IntVar | y, | |||
| IntVar | z, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1189 of file minimodel.hh.
| void Gecode::atleast | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| const IntArgs & | y, | |||
| IntVar | z, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1201 of file minimodel.hh.
| void Gecode::exactly | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| int | n, | |||
| int | m, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1211 of file minimodel.hh.
| void Gecode::exactly | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| IntVar | y, | |||
| int | m, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1220 of file minimodel.hh.
| void Gecode::exactly | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| const IntArgs & | y, | |||
| int | m, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1232 of file minimodel.hh.
| void Gecode::exactly | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| int | n, | |||
| IntVar | z, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1241 of file minimodel.hh.
| void Gecode::exactly | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| IntVar | y, | |||
| IntVar | z, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Definition at line 1250 of file minimodel.hh.
| void Gecode::exactly | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| const IntArgs & | y, | |||
| IntVar | z, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for
.
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1262 of file minimodel.hh.
| void Gecode::lex | ( | Space & | home, | |
| const IntVarArgs & | x, | |||
| IntRelType | r, | |||
| const IntVarArgs & | y, | |||
| IntConLevel | icl = ICL_DEF | |||
| ) | [inline] |
Post propagator for lexical order between x and y.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1272 of file minimodel.hh.
