Generated on Thu Nov 2 14:49:37 2006 for Gecode/J by doxygen 1.5.0

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.convex ( JavaSpace  home,
SetVar  x 
) [static, inherited]

Post propagator that propagates that x is convex.

Definition at line 2287 of file Gecode.java.

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.