|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.cp.solver.constraints.reified.ReifiedFactory
public class ReifiedFactory
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 20 mai 2010
Since : Choco 2.1.1
Method Summary | |
---|---|
static SConstraint |
builder(IntDomainVar bool,
SConstraint cons,
SConstraint oppcons,
Solver solver)
Following the type of constraints, create a reified constraint. |
static SConstraint |
builder(IntDomainVar bool,
SConstraint cons,
Solver s)
Following the type of constraints, create a reified constraint. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SConstraint builder(IntDomainVar bool, SConstraint cons, Solver s)
bool
- boolean variable for reificationcons
- a constraintsolver
- the solver
UnsupportedOperationException
- when an expression constraint is in the scope.public static SConstraint builder(IntDomainVar bool, SConstraint cons, SConstraint oppcons, Solver solver)
bool
- boolean variable for reificationcons
- a constraintoppcons
- the opposite constraint of cons
solver
-
UnsupportedOperationException
- when an expression constraint is in the scope.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |