Collaboration diagram for Equality constraints:
|
Functions |
void | Gecode::eq (Space *home, IntVar x0, IntVar x1, IntConLevel icl=ICL_DEF) |
| Post propagator for .
|
void | Gecode::eq (Space *home, IntVar x, int n, IntConLevel=ICL_DEF) |
| Propagates .
|
void | Gecode::eq (Space *home, IntVar x0, IntVar x1, BoolVar b, IntConLevel icl=ICL_DEF) |
| Post propagator for .
|
void | Gecode::eq (Space *home, IntVar x, int n, BoolVar b, IntConLevel icl=ICL_DEF) |
| Post propagator for .
|
void | Gecode::eq (Space *home, const IntVarArgs &x, IntConLevel icl=ICL_DEF) |
| Post propagator for .
|
Function Documentation
void Gecode::eq |
( |
Space * |
home, |
|
|
IntVar |
x0, |
|
|
IntVar |
x1, |
|
|
IntConLevel |
icl = ICL_DEF | |
|
) |
| | |
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 172 of file rel.cc.
void Gecode::eq |
( |
Space * |
home, |
|
|
IntVar |
x0, |
|
|
int |
n, |
|
|
IntConLevel |
= ICL_DEF | |
|
) |
| | |
Propagates
.
Definition at line 182 of file rel.cc.
void Gecode::eq |
( |
Space * |
home, |
|
|
IntVar |
x0, |
|
|
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 189 of file rel.cc.
void Gecode::eq |
( |
Space * |
home, |
|
|
IntVar |
x, |
|
|
int |
n, |
|
|
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 199 of file rel.cc.
Post propagator for
.
Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default).
Definition at line 209 of file rel.cc.