Aliases for integer constraints
[Direct modeling support]
Functions | |
void | Gecode::atmost (Home home, const IntVarArgs &x, int n, int m, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, IntVar y, int m, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, int n, IntVar z, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atmost (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, int n, int m, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, IntVar y, int m, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, int n, IntVar z, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::atleast (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, int n, int m, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, IntVar y, int m, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, const IntArgs &y, int m, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, int n, IntVar z, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, IntVar y, IntVar z, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::exactly (Home home, const IntVarArgs &x, const IntArgs &y, IntVar z, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() | |
void | Gecode::lex (Home home, const IntVarArgs &x, IntRelType r, const IntVarArgs &y, IntPropLevel ipl=IPL_DEF) |
Post lexical order between x and y. | |
void | Gecode::lex (Home home, const BoolVarArgs &x, IntRelType r, const BoolVarArgs &y, IntPropLevel ipl=IPL_DEF) |
Post lexical order between x and y. | |
void | Gecode::values (Home home, const IntVarArgs &x, IntSet y, IntPropLevel ipl=IPL_DEF) |
Post constraint ![]() |
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, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1799 of file minimodel.hh.
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
int | m, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1808 of file minimodel.hh.
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
int | m, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1820 of file minimodel.hh.
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
IntVar | z, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1829 of file minimodel.hh.
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
IntVar | z, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1838 of file minimodel.hh.
void Gecode::atmost | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
IntVar | z, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1850 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
int | m, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1860 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
int | m, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1869 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
int | m, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1881 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
IntVar | z, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1890 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
IntVar | z, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1899 of file minimodel.hh.
void Gecode::atleast | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
IntVar | z, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1911 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
int | m, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1921 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
int | m, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1930 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
int | m, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1942 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
int | n, | |||
IntVar | z, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1951 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntVar | y, | |||
IntVar | z, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Definition at line 1960 of file minimodel.hh.
void Gecode::exactly | ( | Home | home, | |
const IntVarArgs & | x, | |||
const IntArgs & | y, | |||
IntVar | z, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Supports domain consistent propagation only.
Throws an exception of type Int::ArgumentSizeMismatch, if x and y are of different size.
Definition at line 1972 of file minimodel.hh.
void Gecode::lex | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntRelType | r, | |||
const IntVarArgs & | y, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post lexical order between x and y.
Definition at line 1979 of file minimodel.hh.
void Gecode::lex | ( | Home | home, | |
const BoolVarArgs & | x, | |||
IntRelType | r, | |||
const BoolVarArgs & | y, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post lexical order between x and y.
Definition at line 1986 of file minimodel.hh.
void Gecode::values | ( | Home | home, | |
const IntVarArgs & | x, | |||
IntSet | y, | |||
IntPropLevel | ipl = IPL_DEF | |||
) | [inline] |
Post constraint .
Definition at line 1993 of file minimodel.hh.