Uses of Interface
org.projog.clp.ReadConstraintStore
Packages that use ReadConstraintStore
Package
Description
A constraint logic programming library for finite domains.
Contains boolean constraints.
Contains constraints which compare numeric values represented by instances of
Expression.Contains classes that perform arithmetic operators using instances of
Expression.-
Uses of ReadConstraintStore in org.projog.clp
Subinterfaces of ReadConstraintStore in org.projog.clpClasses in org.projog.clp that implement ReadConstraintStoreModifier and TypeClassDescriptionfinal classA collection of constraints and variables that represent a problem domain.Methods in org.projog.clp with parameters of type ReadConstraintStoreModifier and TypeMethodDescriptiondefault longConstraint.getMax(ReadConstraintStore constraintStore) longExpression.getMax(ReadConstraintStore constraintStore) longFixedValue.getMax(ReadConstraintStore s) longVariable.getMax(ReadConstraintStore s) default longConstraint.getMin(ReadConstraintStore constraintStore) longExpression.getMin(ReadConstraintStore constraintStore) longFixedValue.getMin(ReadConstraintStore s) longVariable.getMin(ReadConstraintStore s) Constraint.reify(ReadConstraintStore constraintStore) FixedValue.reify(ReadConstraintStore constraintStore) Variable.reify(ReadConstraintStore s) -
Uses of ReadConstraintStore in org.projog.clp.bool
Methods in org.projog.clp.bool with parameters of type ReadConstraintStoreModifier and TypeMethodDescriptionAnd.reify(ReadConstraintStore constraintStore) Equivalent.reify(ReadConstraintStore constraintStore) Implication.reify(ReadConstraintStore constraintStore) Nand.reify(ReadConstraintStore constraintStore) Nor.reify(ReadConstraintStore constraintStore) Not.reify(ReadConstraintStore constraintStore) Or.reify(ReadConstraintStore constraintStore) Xor.reify(ReadConstraintStore constraintStore) -
Uses of ReadConstraintStore in org.projog.clp.compare
Methods in org.projog.clp.compare with parameters of type ReadConstraintStoreModifier and TypeMethodDescriptionBetween.reify(ReadConstraintStore constraintStore) EqualTo.reify(ReadConstraintStore constraintStore) LessThan.reify(ReadConstraintStore constraintStore) LessThanOrEqualTo.reify(ReadConstraintStore constraintStore) NotEqualTo.reify(ReadConstraintStore constraintStore) -
Uses of ReadConstraintStore in org.projog.clp.math
Methods in org.projog.clp.math with parameters of type ReadConstraintStoreModifier and TypeMethodDescriptionlongAbsolute.getMax(ReadConstraintStore s) longAdd.getMax(ReadConstraintStore s) longDivide.getMax(ReadConstraintStore s) longMaximum.getMax(ReadConstraintStore constraintStore) longMinimum.getMax(ReadConstraintStore constraintStore) longMinus.getMax(ReadConstraintStore s) longMultiply.getMax(ReadConstraintStore s) longSubtract.getMax(ReadConstraintStore s) longAbsolute.getMin(ReadConstraintStore s) longAdd.getMin(ReadConstraintStore s) longDivide.getMin(ReadConstraintStore s) longMaximum.getMin(ReadConstraintStore constraintStore) longMinimum.getMin(ReadConstraintStore constraintStore) longMinus.getMin(ReadConstraintStore s) longMultiply.getMin(ReadConstraintStore s) longSubtract.getMin(ReadConstraintStore s)