Uses of Class
org.projog.clp.NumberSet
-
Packages that use NumberSet Package Description org.projog.clp A constraint logic programming library for finite domains. -
-
Uses of NumberSet in org.projog.clp
Fields in org.projog.clp declared as NumberSet Modifier and Type Field Description private NumberSetPossibilities. bitsetprivate NumberSetVariableState. bitsetThe set of all possible values for thisVariableState.private static NumberSetVariableState. CORRUPTUsed to indicate aVariableStatehas become corrupt.Methods in org.projog.clp that return NumberSet Modifier and Type Method Description (package private) NumberSetNumberSet. copy()Returns a new copy of thisNumberSet.private static NumberSetVariableState. squashBitSet(VariableState s, long newMin, long newMax)Constructors in org.projog.clp with parameters of type NumberSet Constructor Description Possibilities(long min, long max, NumberSet bitset)VariableState(long min, long max, NumberSet bitset)
-