Convexity constraints
[Using finite integer sets]
Collaboration diagram for Convexity constraints:
|
Functions | |
| static synchronized void | org::gecode::Gecode.convex (JavaSpace home, SetVar x) |
| Post propagator that propagates that x is convex. | |
| static synchronized void | org::gecode::Gecode.convexHull (JavaSpace home, SetVar x, SetVar y) |
| Post propagator that propagates that y is the convex hull of x. | |
Function Documentation
| static synchronized void org.gecode.Gecode.convexHull | ( | JavaSpace | home, | |
| SetVar | x, | |||
| SetVar | y | |||
| ) | [static, inherited] |
Post propagator that propagates that y is the convex hull of x.
Definition at line 2293 of file Gecode.java.
