Uses of Class
org.chocosolver.solver.variables.view.IntBoolView
-
Packages that use IntBoolView Package Description org.chocosolver.solver.variables.view -
-
Uses of IntBoolView in org.chocosolver.solver.variables.view
Subclasses of IntBoolView in org.chocosolver.solver.variables.view Modifier and Type Class Description class
EqView
declare an BoolVar based on X and C, such as (X = C) is reified by this.class
LeqView
declare an BoolVar based on X and C, such as (X <= C) is reified by this.
-