Aliases for integer constraints
[Direct modelling]
Collaboration diagram for Aliases for integer constraints:
|
Detailed Description
Contains definitions of common constraints which have different names in Gecode.
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, 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::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, 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::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, 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::lex (Space *home, const IntVarArgs &x, IntRelType r, const IntVarArgs &y, IntConLevel icl=ICL_DEF) |
| Post propagator for lexical order between x and y. | |
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 563 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 572 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 581 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 590 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 600 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 609 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 618 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 627 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 637 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 646 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 655 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 664 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 674 of file minimodel.hh.
