Generated on Sat Jul 28 2018 17:22:08 for Gecode by doxygen 1.8.14

Functions

void Gecode::convex (Home home, SetVar x)
 
void Gecode::convex (Home home, SetVar x, SetVar y)
 

Detailed Description

Function Documentation

◆ convex() [1/2]

Post propagator that propagates that a x is convex void Gecode::convex ( Home  home,
SetVar  x 
)

Definition at line 45 of file convex.cpp.

◆ convex() [2/2]

Post propagator that propagates that a y is the convex hull of a x void Gecode::convex ( Home  home,
SetVar  x,
SetVar  y 
)

Definition at line 52 of file convex.cpp.