Uses of Interface
org.jacop.core.MutableVar
Packages that use MutableVar
-
Uses of MutableVar in org.jacop.constraints
Classes in org.jacop.constraints that implement MutableVarModifier and TypeClassDescription(package private) class
Defines a Variable for Circuit constraints and related operations on it.(package private) class
Defines a Variable for Diff2 constraints and related operations on it.(package private) class
Defines a Variable for Diff2 constraints and related operations on it.Fields in org.jacop.constraints declared as MutableVarModifier and TypeFieldDescriptionprivate 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 MutableVarFields in org.jacop.core with type parameters of type MutableVarModifier and TypeFieldDescriptionprotected 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 MutableVarModifier and TypeMethodDescriptionint
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 MutableVarModifier and TypeClassDescription(package private) class
Defines a variable for Linear constraints to keep intermediate bounds values