choco.cp.model.managers.constraints.global
Class ReifiedImplManager
java.lang.Object
choco.kernel.model.constraints.ConstraintManager<IntegerVariable>
choco.cp.model.managers.IntConstraintManager
choco.cp.model.managers.constraints.global.ReifiedImplManager
- All Implemented Interfaces:
- ExpressionManager
public final class ReifiedImplManager
- extends IntConstraintManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReifiedImplManager
public ReifiedImplManager()
makeConstraint
public SConstraint makeConstraint(Solver solver,
IntegerVariable[] variables,
Object parameters,
List<String> options)
- Build a constraint for the given solver and "model variables"
- Specified by:
makeConstraint
in class ConstraintManager<IntegerVariable>
- Parameters:
solver
- associated solvervariables
- reified variable and literals variablesparameters
- : a "hook" to attach any kind of parameters to constraintsoptions
- options
- Returns:
- SConstraint
Copyright © 2012. All Rights Reserved.