Uses of Class
org.projog.clp.VariableState
-
Packages that use VariableState Package Description org.projog.clp A constraint logic programming library for finite domains. -
-
Uses of VariableState in org.projog.clp
Fields in org.projog.clp declared as VariableState Modifier and Type Field Description private VariableState[]ClpConstraintStore. variableStatesMethods in org.projog.clp that return VariableState Modifier and Type Method Description static VariableStateVariableState. and(VariableState a, VariableState b)Return the result of performing a logical "and" on the two givenVariableStates.VariableStateVariableState. copy()private VariableStateClpConstraintStore. getExpression(Expression e)VariableStateClpConstraintStore. getVariableState(int idx)private static VariableStateVariableState. squashVariableState(VariableState s, long newMin, long newMax)Methods in org.projog.clp with parameters of type VariableState Modifier and Type Method Description static 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 Constructor Description VariableState(VariableState original)
-