
Functions | |
| void | Gecode::linear (Home home, const IntVarArgs &x, IntRelType irt, int c, IntPropLevel ipl=IPL_DEF) |
| Post propagator for \(\sum_{i=0}^{|x|-1}x_i\sim_{irt} c\). | |
| void | Gecode::linear (Home home, const IntVarArgs &x, IntRelType irt, IntVar y, IntPropLevel ipl=IPL_DEF) |
| Post propagator for \(\sum_{i=0}^{|x|-1}x_i\sim_{irt} y\). | |
| void | Gecode::linear (Home home, const IntVarArgs &x, IntRelType irt, int c, Reify r, IntPropLevel ipl=IPL_DEF) |
| Post propagator for \(\left(\sum_{i=0}^{|x|-1}x_i\sim_{irt} c\right)\equiv r\). | |
| void | Gecode::linear (Home home, const IntVarArgs &x, IntRelType irt, IntVar y, Reify r, IntPropLevel ipl=IPL_DEF) |
| Post propagator for \(\left(\sum_{i=0}^{|x|-1}x_i\sim_{irt} y\right)\equiv r\). | |
| void | Gecode::linear (Home home, const IntArgs &a, const IntVarArgs &x, IntRelType irt, int c, IntPropLevel ipl=IPL_DEF) |
| Post propagator for \(\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{irt} c\). | |
| void | Gecode::linear (Home home, const IntArgs &a, const IntVarArgs &x, IntRelType irt, IntVar y, IntPropLevel ipl=IPL_DEF) |
| Post propagator for \(\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{irt} y\). | |
| void | Gecode::linear (Home home, const IntArgs &a, const IntVarArgs &x, IntRelType irt, int c, Reify r, IntPropLevel ipl=IPL_DEF) |
| Post propagator for \(\left(\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{irt} c\right)\equiv r\). | |
| void | Gecode::linear (Home home, const IntArgs &a, const IntVarArgs &x, IntRelType irt, IntVar y, Reify r, IntPropLevel ipl=IPL_DEF) |
| Post propagator for \(\left(\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{irt} y\right)\equiv r\). | |
All variants for linear constraints over integer variables share the following properties:
| void Gecode::linear | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| IntPropLevel | ipl = IPL_DEF ) |
Post propagator for \(\sum_{i=0}^{|x|-1}x_i\sim_{irt} c\).
| void Gecode::linear | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| IntPropLevel | ipl = IPL_DEF ) |
Post propagator for \(\sum_{i=0}^{|x|-1}x_i\sim_{irt} y\).
| void Gecode::linear | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| Reify | r, | ||
| IntPropLevel | ipl = IPL_DEF ) |
Post propagator for \(\left(\sum_{i=0}^{|x|-1}x_i\sim_{irt} c\right)\equiv r\).
| void Gecode::linear | ( | Home | home, |
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| Reify | r, | ||
| IntPropLevel | ipl = IPL_DEF ) |
Post propagator for \(\left(\sum_{i=0}^{|x|-1}x_i\sim_{irt} y\right)\equiv r\).
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| IntPropLevel | ipl = IPL_DEF ) |
Post propagator for \(\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{irt} c\).
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| IntPropLevel | ipl = IPL_DEF ) |
Post propagator for \(\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{irt} y\).
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| int | c, | ||
| Reify | r, | ||
| IntPropLevel | ipl = IPL_DEF ) |
Post propagator for \(\left(\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{irt} c\right)\equiv r\).
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.
| void Gecode::linear | ( | Home | home, |
| const IntArgs & | a, | ||
| const IntVarArgs & | x, | ||
| IntRelType | irt, | ||
| IntVar | y, | ||
| Reify | r, | ||
| IntPropLevel | ipl = IPL_DEF ) |
Post propagator for \(\left(\sum_{i=0}^{|x|-1}a_i\cdot x_i\sim_{irt} y\right)\equiv r\).
Throws an exception of type Int::ArgumentSizeMismatch, if a and x are of different size.