Uses of Interface
org.chocosolver.solver.variables.delta.IDelta
-
Packages that use IDelta Package Description org.chocosolver.solver.variables org.chocosolver.solver.variables.delta org.chocosolver.solver.variables.impl org.chocosolver.solver.variables.view -
-
Uses of IDelta in org.chocosolver.solver.variables
Methods in org.chocosolver.solver.variables that return IDelta Modifier and Type Method Description IDelta
Variable. getDelta()
Return the delta domain of this -
Uses of IDelta in org.chocosolver.solver.variables.delta
Subinterfaces of IDelta in org.chocosolver.solver.variables.delta Modifier and Type Interface Description interface
IEnumDelta
Interface for delta enumerated dedicated to integer variableinterface
IIntervalDelta
Interface for delta bounded dedicated to integer variableinterface
IntDelta
An empty interface for delta dedicated to integer variableinterface
ISetDelta
Classes in org.chocosolver.solver.variables.delta that implement IDelta Modifier and Type Class Description class
EnumDelta
A class to store the removed value of an integer variable.class
IntervalDelta
A class to store the removed intervals of an integer variable.class
NoDelta
class
OneValueDelta
class
SetDelta
-
Uses of IDelta in org.chocosolver.solver.variables.impl
Methods in org.chocosolver.solver.variables.impl that return IDelta Modifier and Type Method Description IDelta
FixedRealVarImpl. getDelta()
-
Uses of IDelta in org.chocosolver.solver.variables.view
Methods in org.chocosolver.solver.variables.view that return IDelta Modifier and Type Method Description IDelta
IntView. getDelta()
-