Aliases for integer constraints
[Direct modeling support]
Functions | |
void | Gecode::atmost (Home home, const IntVarArgs &x, int n, int m, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, IntVar y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, int n, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, int n, int m, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, IntVar y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, int n, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, int n, int m, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, IntVar y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, int n, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() | |
void | Gecode::lex (Home home, const IntVarArgs &x, IntRelType r, const IntVarArgs &y, IntConLevel icl=ICL_DEF) |
Post propagator for lexical order between x and y. | |
void | Gecode::lex (Home home, const BoolVarArgs &x, IntRelType r, const BoolVarArgs &y, IntConLevel icl=ICL_DEF) |
Post propagator for lexical order between x and y. |
Detailed Description
Contains definitions of common constraints which have different names in Gecode.
Function Documentation
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
int | m, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1073 of file minimodel.hh.
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
int | m, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1082 of file minimodel.hh.
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
int | m, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1094 of file minimodel.hh.
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
IntVar | z, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1103 of file minimodel.hh.
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
IntVar | z, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1112 of file minimodel.hh.
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
IntVar | z, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1124 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
int | m, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1134 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
int | m, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1143 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
int | m, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1155 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
IntVar | z, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1164 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
IntVar | z, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1173 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
IntVar | z, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1185 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
int | m, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1195 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
int | m, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1204 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
int | m, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1216 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
IntVar | z, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1225 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
IntVar | z, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Definition at line 1234 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
IntVar | z, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1246 of file minimodel.hh.
void Gecode::lex | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntRelType | r, | |||
const IntVarArgs & | y, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for lexical order between x and y.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1256 of file minimodel.hh.
void Gecode::lex | ( | Home | home, | |
const BoolVarArgs & | x, | |||
IntRelType | r, | |||
const BoolVarArgs & | y, | |||
IntConLevel | icl = ICL_DEF | |||
) | [inline] |
Post propagator for lexical order between x and y.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1266 of file minimodel.hh.