Uses of Class
org.projog.clp.VariableState
Packages that use VariableState
-
Uses of VariableState in org.projog.clp
Fields in org.projog.clp declared as VariableStateMethods in org.projog.clp that return VariableStateModifier and TypeMethodDescriptionstatic VariableStateVariableState.and(VariableState a, VariableState b) Return the result of performing a logical "and" on the two givenVariableStates.VariableState.copy()private VariableStateClpConstraintStore.getExpression(Expression e) ClpConstraintStore.getVariableState(int idx) private static VariableStateVariableState.squashVariableState(VariableState s, long newMin, long newMax) Methods in org.projog.clp with parameters of type VariableStateModifier and TypeMethodDescriptionstatic VariableStateVariableState.and(VariableState a, VariableState b) Return the result of performing a logical "and" on the two givenVariableStates.private static longVariableState.max(VariableState a, VariableState b) private static longVariableState.min(VariableState a, VariableState b) private static NumberSetVariableState.squashBitSet(VariableState s, long newMin, long newMax) private static VariableStateVariableState.squashVariableState(VariableState s, long newMin, long newMax) Constructors in org.projog.clp with parameters of type VariableState