Collaboration diagram for Domain constraints:
|
Functions |
void | Gecode::dom (Space *home, IntVar x, int l, int m, IntConLevel=ICL_DEF) |
| Propagates .
|
void | Gecode::dom (Space *home, IntVarArgs &x, int l, int m, IntConLevel=ICL_DEF) |
| Propagates for all .
|
void | Gecode::dom (Space *home, IntVar x, const IntSet &s, IntConLevel=ICL_DEF) |
| Propagates .
|
void | Gecode::dom (Space *home, IntVarArgs &x, const IntSet &s, IntConLevel=ICL_DEF) |
| Propagates for all .
|
void | Gecode::dom (Space *home, IntVar x, int l, int m, BoolVar b, IntConLevel=ICL_DEF) |
| Post propagator for .
|
void | Gecode::dom (Space *home, IntVar x, const IntSet &s, BoolVar b, IntConLevel=ICL_DEF) |
| Post propagator for .
|
Function Documentation
void Gecode::dom |
( |
Space * |
home, |
|
|
IntVar |
x, |
|
|
int |
min, |
|
|
int |
max, |
|
|
IntConLevel |
= ICL_DEF | |
|
) |
| | |
Propagates
.
Definition at line 30 of file dom.cc.
void Gecode::dom |
( |
Space * |
home, |
|
|
IntVarArgs & |
x, |
|
|
int |
min, |
|
|
int |
max, |
|
|
IntConLevel |
= ICL_DEF | |
|
) |
| | |
Propagates
for all
.
Definition at line 38 of file dom.cc.
void Gecode::dom |
( |
Space * |
home, |
|
|
IntVar |
x, |
|
|
const IntSet & |
is, |
|
|
IntConLevel |
= ICL_DEF | |
|
) |
| | |
Propagates
.
Definition at line 48 of file dom.cc.
void Gecode::dom |
( |
Space * |
home, |
|
|
IntVarArgs & |
x, |
|
|
const IntSet & |
is, |
|
|
IntConLevel |
= ICL_DEF | |
|
) |
| | |
Propagates
for all
.
Definition at line 56 of file dom.cc.
void Gecode::dom |
( |
Space * |
home, |
|
|
IntVar |
x, |
|
|
int |
min, |
|
|
int |
max, |
|
|
BoolVar |
b, |
|
|
IntConLevel |
= ICL_DEF | |
|
) |
| | |
Post propagator for
.
Definition at line 66 of file dom.cc.
void Gecode::dom |
( |
Space * |
home, |
|
|
IntVar |
x, |
|
|
const IntSet & |
is, |
|
|
BoolVar |
b, |
|
|
IntConLevel |
= ICL_DEF | |
|
) |
| | |
Post propagator for
.
Definition at line 73 of file dom.cc.