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 | ||
) |
Post propagator for .
Definition at line 45 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 101 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 58 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 131 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 71 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 145 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 86 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 177 of file linear-int.cpp.