
Functions | |
| void | Gecode::linear (Home home, const IntVarArgs &x, IntRelType irt, int c, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntVarArgs &x, IntRelType irt, IntVar y, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntVarArgs &x, IntRelType irt, int c, Reify r, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntVarArgs &x, IntRelType irt, IntVar y, Reify r, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntArgs &a, const IntVarArgs &x, IntRelType irt, int c, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntArgs &a, const IntVarArgs &x, IntRelType irt, IntVar y, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntArgs &a, const IntVarArgs &x, IntRelType irt, int c, Reify r, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
| void | Gecode::linear (Home home, const IntArgs &a, const IntVarArgs &x, IntRelType irt, IntVar y, Reify r, IntPropLevel ipl=IPL_DEF) |
Post propagator for . More... | |
All variants for linear constraints over integer 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 maximal available precision (at least
), an exception of type Int::OutOfLimits is thrown.| void Gecode::linear | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| IntPropLevel | ipl | ||
| ) |
Post propagator for
.
Definition at line 41 of file linear-int.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| IntPropLevel | ipl | ||
| ) |
Post propagator for
.
Definition at line 97 of file linear-int.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| Reify | r, | ||
| IntPropLevel | |||
| ) |
Post propagator for
.
Definition at line 54 of file linear-int.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| Reify | r, | ||
| IntPropLevel | |||
| ) |
Post propagator for
.
Definition at line 127 of file linear-int.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| IntPropLevel | ipl = IPL_DEF |
||
| ) |
Post propagator for
.
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
Definition at line 67 of file linear-int.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| IntPropLevel | ipl = IPL_DEF |
||
| ) |
Post propagator for
.
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
Definition at line 141 of file linear-int.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| Reify | r, | ||
| IntPropLevel | ipl = IPL_DEF |
||
| ) |
Post propagator for
.
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
Definition at line 82 of file linear-int.cpp.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| Reify | r, | ||
| IntPropLevel | ipl = IPL_DEF |
||
| ) |
Post propagator for
.
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
Definition at line 173 of file linear-int.cpp.