|
Functions |
| void | Gecode::min (Space &home, SetVar s, IntVar x) |
| | Post propagator that propagates that x is the minimal element of s, and that s is not empty.
|
| void | Gecode::notMin (Space &home, SetVar s, IntVar x) |
| | Post propagator that propagates that x is not the minimal element of s.
|
| void | Gecode::min (Space &home, SetVar s, IntVar x, BoolVar b) |
| | Post reified propagator for b iff x is the minimal element of s.
|
| void | Gecode::max (Space &home, SetVar s, IntVar x) |
| | Post propagator that propagates that x is the maximal element of s, and that s is not empty.
|
| void | Gecode::notMax (Space &home, SetVar s, IntVar x) |
| | Post propagator that propagates that x is not the maximal element of s.
|
| void | Gecode::max (Space &home, SetVar s, IntVar x, BoolVar b) |
| | Post reified propagator for b iff x is the maximal element of s.
|
| void | Gecode::channel (Space &home, const IntVarArgs &x, SetVar y) |
| | Post propagator for and .
|
| void | Gecode::channel (Space &home, const IntVarArgs &x, const SetVarArgs &y) |
| | Post propagator for .
|
| void | Gecode::cardinality (Space &home, SetVar s, IntVar x) |
| | Post propagator for .
|
| void | Gecode::weights (Space &home, const IntArgs &elements, const IntArgs &weights, SetVar x, IntVar y) |
| | Post propagator for .
|