Equality constraints
[Using finite domain integers]
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
|
Post propagator for . Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default). |
|
Propagates .
|
|
Post propagator for . Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default). |
|
Post propagator for . Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default). |
|
Post propagator for . Supports both bounds (icl = ICL_BND) and domain-consistency (icl = ICL_DOM, default). |