Collaboration diagram for Simple relation constraints:
|
Functions |
void | Gecode::rel (Space *home, IntVar x0, IntRelType r, IntVar x1, IntConLevel icl=ICL_DEF) |
| Post propagator for .
|
void | Gecode::rel (Space *home, IntVar x, IntRelType r, int c, IntConLevel icl=ICL_DEF) |
| Propagates .
|
void | Gecode::rel (Space *home, IntVar x0, IntRelType r, IntVar x1, BoolVar b, IntConLevel icl=ICL_DEF) |
| Post propagator for .
|
void | Gecode::rel (Space *home, IntVar x, IntRelType r, int c, BoolVar b, 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
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 55 of file rel.cc.
Propagates
.
Definition at line 33 of file rel.cc.
void Gecode::rel |
( |
Space * |
home, |
|
|
IntVar |
x0, |
|
|
IntRelType |
r, |
|
|
IntVar |
x1, |
|
|
BoolVar |
b, |
|
|
IntConLevel |
icl = ICL_DEF | |
|
) |
| | |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 82 of file rel.cc.
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 132 of file rel.cc.
Post propagator for lexical order between x and y.
Definition at line 235 of file rel.cc.