
Functions | |
| void | Gecode::linear (Home home, const BoolVarArgs &x, IntRelType irt, int c, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const BoolVarArgs &x, IntRelType irt, int c, Reify r, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const BoolVarArgs &x, IntRelType irt, IntVar y, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const BoolVarArgs &x, IntRelType irt, IntVar y, Reify r, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntArgs &a, const BoolVarArgs &x, IntRelType irt, int c, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntArgs &a, const BoolVarArgs &x, IntRelType irt, int c, Reify r, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntArgs &a, const BoolVarArgs &x, IntRelType irt, IntVar y, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntArgs &a, const BoolVarArgs &x, IntRelType irt, IntVar y, Reify r, IntConLevel icl=ICL_DEF) |
Post propagator for . More... | |
All variants for linear constraints over Boolean variables share the following properties:
becomes
.
(or for
and
) exceeds the limits for integers as defined in Int::Limits, an exception of type Int::OutOfLimits is thrown.
. If
exceeds the limits for integers as defined in Int::Limits, an exception of type Int::OutOfLimits is thrown.| void Gecode::linear | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| IntConLevel | icl | ||
| ) |
Post propagator for
.
Definition at line 45 of file linear-bool.cpp.
| void Gecode::linear | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| Reify | r, | ||
| IntConLevel | icl | ||
| ) |
Post propagator for
.
Definition at line 129 of file linear-bool.cpp.
| void Gecode::linear | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| IntConLevel | icl | ||
| ) |
Post propagator for
.
Definition at line 60 of file linear-bool.cpp.
| void Gecode::linear | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| Reify | r, | ||
| IntConLevel | icl | ||
| ) |
Post propagator for
.
Definition at line 144 of file linear-bool.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post propagator for
.
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
Definition at line 75 of file linear-bool.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| Reify | r, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post propagator for
.
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
Definition at line 159 of file linear-bool.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post propagator for
.
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
Definition at line 94 of file linear-bool.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const BoolVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| Reify | r, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) |
Post propagator for
.
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
Definition at line 177 of file linear-bool.cpp.