Uses of Class
com.google.ortools.sat.BoolVar
-
Packages that use BoolVar Package Description com.google.ortools.sat -
-
Uses of BoolVar in com.google.ortools.sat
Methods in com.google.ortools.sat that return BoolVar Modifier and Type Method Description BoolVarCpModel. getBoolVarFromProtoIndex(int index)Rebuilds a Boolean variable from an index.BoolVarCpModel. newBoolVar(java.lang.String name)Creates a Boolean variable with the given name.Constructors in com.google.ortools.sat with parameters of type BoolVar Constructor Description NotBoolVar(BoolVar boolVar)
-