Uses of Enum
org.projog.clp.VariableStateResult
Packages that use VariableStateResult
-
Uses of VariableStateResult in org.projog.clp
Methods in org.projog.clp that return VariableStateResultModifier and TypeMethodDescriptionprivate VariableStateResultVariableState.fail()VariableState.setMax(long max) VariableState.setMin(long min) VariableState.setNot(long not) VariableState.setValue(long value) static VariableStateResultReturns 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 VariableStateResultModifier and TypeMethodDescriptionprivate ExpressionResultClpConstraintStore.update(Expression e, VariableStateResult r)