
Functions | |
| void | Gecode::precede (Home home, const SetVarArgs &x, int s, int t) |
| Post propagator that s precedes t in x. | |
| void | Gecode::precede (Home home, const SetVarArgs &x, const IntArgs &c) |
| Post propagator that successive values in c precede each other in x. | |
| void Gecode::precede | ( | Home | home, |
| const SetVarArgs & | x, | ||
| int | s, | ||
| int | t ) |
Post propagator that s precedes t in x.
This constraint enforces that if there exists 



Definition at line 45 of file precede.cpp.
| void Gecode::precede | ( | Home | home, |
| const SetVarArgs & | x, | ||
| const IntArgs & | c ) |
Post propagator that successive values in c precede each other in x.
Definition at line 56 of file precede.cpp.