
Functions | |
| void | Gecode::rel (Home home, BoolVar x0, IntRelType irt, BoolVar x1, IntConLevel icl=ICL_DEF) |
Post domain consistent propagator for . More... | |
| void | Gecode::rel (Home home, BoolVar x0, IntRelType irt, BoolVar x1, Reify r, IntConLevel icl=ICL_DEF) |
Post domain consistent propagator for . More... | |
| void | Gecode::rel (Home home, const BoolVarArgs &x, IntRelType irt, BoolVar y, IntConLevel icl=ICL_DEF) |
Post domain consistent propagator for for all . More... | |
| void | Gecode::rel (Home home, BoolVar x, IntRelType irt, int n, IntConLevel icl=ICL_DEF) |
Propagates . More... | |
| void | Gecode::rel (Home home, BoolVar x, IntRelType irt, int n, Reify r, IntConLevel icl=ICL_DEF) |
Post domain consistent propagator for . More... | |
| void | Gecode::rel (Home home, const BoolVarArgs &x, IntRelType irt, int n, IntConLevel icl=ICL_DEF) |
Propagates for all . More... | |
| void | Gecode::rel (Home home, const BoolVarArgs &x, IntRelType irt, const BoolVarArgs &y, IntConLevel icl=ICL_DEF) |
| Post domain consistent propagator for relation between x and y. More... | |
| void | Gecode::rel (Home home, const BoolVarArgs &x, IntRelType irt, IntConLevel icl=ICL_DEF) |
| Post domain consistent propagator for relation between elements in x. More... | |
| void | Gecode::rel (Home home, BoolVar x0, BoolOpType o, BoolVar x1, BoolVar x2, IntConLevel icl=ICL_DEF) |
| Post domain consistent propagator for Boolean operation on x0 and x1. More... | |
| void | Gecode::rel (Home home, BoolVar x0, BoolOpType o, BoolVar x1, int n, IntConLevel icl=ICL_DEF) |
| Post domain consistent propagator for Boolean operation on x0 and x1. More... | |
| void | Gecode::rel (Home home, BoolOpType o, const BoolVarArgs &x, BoolVar y, IntConLevel icl=ICL_DEF) |
| Post domain consistent propagator for Boolean operation on x. More... | |
| void | Gecode::rel (Home home, BoolOpType o, const BoolVarArgs &x, int n, IntConLevel icl=ICL_DEF) |
| Post domain consistent propagator for Boolean operation on x. More... | |
| void | Gecode::clause (Home home, BoolOpType o, const BoolVarArgs &x, const BoolVarArgs &y, BoolVar z, IntConLevel icl=ICL_DEF) |
| Post domain consistent propagator for Boolean clause with positive variables x and negative variables y. More... | |
| void | Gecode::clause (Home home, BoolOpType o, const BoolVarArgs &x, const BoolVarArgs &y, int n, IntConLevel icl=ICL_DEF) |
| Post domain consistent propagator for Boolean clause with positive variables x and negative variables y. More... | |
| void | Gecode::ite (Home home, BoolVar b, IntVar x, IntVar y, IntVar z, IntConLevel icl=ICL_DEF) |
| Post propagator for if-then-else constraint. More... | |
| void Gecode::rel | ( | Home | home, |
| BoolVar | x0, | ||
| IntRelType | irt, | ||
| BoolVar | x1, | ||
| IntConLevel | |||
| ) |
| void Gecode::rel | ( | Home | home, |
| BoolVar | x0, | ||
| IntRelType | irt, | ||
| BoolVar | x1, | ||
| Reify | r, | ||
| IntConLevel | |||
| ) |
| void Gecode::rel | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| BoolVar | y, | ||
| IntConLevel | |||
| ) |
| void Gecode::rel | ( | Home | home, |
| BoolVar | x, | ||
| IntRelType | irt, | ||
| int | n, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Propagates
.
Throws an exception of type Int::NotZeroOne, if n is neither 0 or 1.
| void Gecode::rel | ( | Home | home, |
| BoolVar | x, | ||
| IntRelType | irt, | ||
| int | n, | ||
| Reify | r, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post domain consistent propagator for
.
Throws an exception of type Int::NotZeroOne, if n is neither 0 or 1.
| void Gecode::rel | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | n, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Propagates
for all
.
Throws an exception of type Int::NotZeroOne, if n is neither 0 or 1.
| void Gecode::rel | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| const BoolVarArgs & | y, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post domain consistent propagator for relation between x and y.
Note that for the inequality relations this corresponds to the lexical order between x and y.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
| void Gecode::rel | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post domain consistent propagator for relation between elements in x.
States that the elements of x are in the following relation:
| void Gecode::rel | ( | Home | home, |
| BoolVar | x0, | ||
| BoolOpType | o, | ||
| BoolVar | x1, | ||
| BoolVar | x2, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
| void Gecode::rel | ( | Home | home, |
| BoolVar | x0, | ||
| BoolOpType | o, | ||
| BoolVar | x1, | ||
| int | n, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post domain consistent propagator for Boolean operation on x0 and x1.
Posts propagator for 
Throws an exception of type Int::NotZeroOne, if n is neither 0 or 1.
| void Gecode::rel | ( | Home | home, |
| BoolOpType | o, | ||
| const BoolVarArgs & | x, | ||
| BoolVar | y, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post domain consistent propagator for Boolean operation on x.
Posts propagator for 
Throws an exception of type Int::TooFewArguments, if
and o is BOT_IMP, BOT_EQV, or BOT_XOR.
| void Gecode::rel | ( | Home | home, |
| BoolOpType | o, | ||
| const BoolVarArgs & | x, | ||
| int | n, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post domain consistent propagator for Boolean operation on x.
Posts propagator for 
Throws an exception of type Int::NotZeroOne, if n is neither 0 or 1.
Throws an exception of type Int::TooFewArguments, if
and o is BOT_IMP, BOT_EQV, or BOT_XOR.
| void Gecode::clause | ( | Home | home, |
| BoolOpType | o, | ||
| const BoolVarArgs & | x, | ||
| const BoolVarArgs & | y, | ||
| BoolVar | z, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post domain consistent propagator for Boolean clause with positive variables x and negative variables y.
Posts propagator for 
Throws an exception of type Int::IllegalOperation, if o is different from BOT_AND or BOT_OR.
| void Gecode::clause | ( | Home | home, |
| BoolOpType | o, | ||
| const BoolVarArgs & | x, | ||
| const BoolVarArgs & | y, | ||
| int | n, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post domain consistent propagator for Boolean clause with positive variables x and negative variables y.
Posts propagator for 
Throws an exception of type Int::NotZeroOne, if n is neither 0 or 1.
Throws an exception of type Int::IllegalOperation, if o is different from BOT_AND or BOT_OR.