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) classCircuitVarDefines a Variable for Circuit constraints and related operations on it.(package private) classDiff2VarDefines a Variable for Diff2 constraints and related operations on it.(package private) classDisjointCondVarDefines a Variable for Diff2 constraints and related operations on it.Fields in org.jacop.constraints declared as MutableVar Modifier and Type Field Description private MutableVarAmongVar. futureLbS(package private) MutableVar[]Circuit. graphprivate MutableVarAmongVar. lbS -
Uses of MutableVar in org.jacop.core
Classes in org.jacop.core that implement MutableVar Modifier and Type Class Description classMutableDomainFields in org.jacop.core with type parameters of type MutableVar Modifier and Type Field Description protected java.util.List<MutableVar>Store. mutableVariablesA 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 intStore. 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) classBoundsVarDefines a variable for Linear constraints to keep intermediate bounds values
-