Membership constraints
[Using integer variables and constraints]
Functions | |
void | Gecode::member (Home home, const IntVarArgs &x, IntVar y, IntConLevel icl=ICL_DEF) |
Post domain consistent propagator for . | |
void | Gecode::member (Home home, const BoolVarArgs &x, BoolVar y, IntConLevel icl=ICL_DEF) |
Post domain consistent propagator for . | |
void | Gecode::member (Home home, const IntVarArgs &x, IntVar y, Reify r, IntConLevel icl=ICL_DEF) |
Post domain consistent propagator for . | |
void | Gecode::member (Home home, const BoolVarArgs &x, BoolVar y, Reify r, IntConLevel icl=ICL_DEF) |
Post domain consistent propagator for . |
Function Documentation
void Gecode::member | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
IntConLevel | ||||
) |
Post domain consistent propagator for .
void Gecode::member | ( | Home | home, | |
const BoolVarArgs & | x, | |||
BoolVar | y, | |||
IntConLevel | ||||
) |
Post domain consistent propagator for .
void Gecode::member | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
Reify | r, | |||
IntConLevel | ||||
) |
Post domain consistent propagator for .
void Gecode::member | ( | Home | home, | |
const BoolVarArgs & | x, | |||
BoolVar | y, | |||
Reify | r, | |||
IntConLevel | ||||
) |
Post domain consistent propagator for .