Uses of Class
org.projog.clp.VariableStateResult
-
Packages that use VariableStateResult Package Description org.projog.clp A constraint logic programming library for finite domains. -
-
Uses of VariableStateResult in org.projog.clp
Methods in org.projog.clp that return VariableStateResult Modifier and Type Method Description private VariableStateResultVariableState. fail()VariableStateResultVariableState. setMax(long max)VariableStateResultVariableState. setMin(long min)VariableStateResultVariableState. setNot(long not)VariableStateResultVariableState. setValue(long value)static VariableStateResultVariableStateResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VariableStateResult[]VariableStateResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projog.clp with parameters of type VariableStateResult Modifier and Type Method Description private ExpressionResultClpConstraintStore. update(Expression e, VariableStateResult r)
-