Uses of Interface
org.jacop.core.MutableVar
-
Packages that use MutableVar Package Description org.jacop.constraints org.jacop.core org.jacop.floats.constraints.linear -
-
Uses of MutableVar in org.jacop.constraints
Classes in org.jacop.constraints that implement MutableVar Modifier and Type Class Description (package private) class
CircuitVar
Defines a Variable for Circuit constraints and related operations on it.(package private) class
Diff2Var
Defines a Variable for Diff2 constraints and related operations on it.(package private) class
DisjointCondVar
Defines a Variable for Diff2 constraints and related operations on it.Fields in org.jacop.constraints declared as MutableVar Modifier and Type Field Description private MutableVar
AmongVar. futureLbS
(package private) MutableVar[]
Circuit. graph
private MutableVar
AmongVar. lbS
-
Uses of MutableVar in org.jacop.core
Classes in org.jacop.core that implement MutableVar Modifier and Type Class Description class
MutableDomain
Fields in org.jacop.core with type parameters of type MutableVar Modifier and Type Field Description protected java.util.List<MutableVar>
Store. mutableVariables
A mutable variable is a special variable which can change value during the search.Methods in org.jacop.core with parameters of type MutableVar Modifier and Type Method Description int
Store. putMutableVar(MutableVar value)
Any constraint may have their own mutable variables which can be register at store and then store will be responsible for calling appropriate functions from MutableVar interface to keep the variables consistent with the search. -
Uses of MutableVar in org.jacop.floats.constraints.linear
Classes in org.jacop.floats.constraints.linear that implement MutableVar Modifier and Type Class Description (package private) class
BoundsVar
Defines a variable for Linear constraints to keep intermediate bounds values
-