Uses of Interface
org.projog.clp.ReadConstraintStore
-
Packages that use ReadConstraintStore Package Description org.projog.clp A constraint logic programming library for finite domains.org.projog.clp.bool Contains boolean constraints.org.projog.clp.compare Contains constraints which compare numeric values represented by instances ofExpression.org.projog.clp.math Contains classes that perform arithmetic operators using instances ofExpression. -
-
Uses of ReadConstraintStore in org.projog.clp
Subinterfaces of ReadConstraintStore in org.projog.clp Modifier and Type Interface Description interfaceConstraintStoreClasses in org.projog.clp that implement ReadConstraintStore Modifier and Type Class Description classClpConstraintStoreA collection of constraints and variables that represent a problem domain.Methods in org.projog.clp with parameters of type ReadConstraintStore Modifier and Type Method Description default 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)ConstraintResultConstraint. reify(ReadConstraintStore constraintStore)ConstraintResultFixedValue. reify(ReadConstraintStore constraintStore)ConstraintResultVariable. reify(ReadConstraintStore s) -
Uses of ReadConstraintStore in org.projog.clp.bool
Methods in org.projog.clp.bool with parameters of type ReadConstraintStore Modifier and Type Method Description ConstraintResultAnd. reify(ReadConstraintStore constraintStore)ConstraintResultEquivalent. reify(ReadConstraintStore constraintStore)ConstraintResultImplication. reify(ReadConstraintStore constraintStore)ConstraintResultNand. reify(ReadConstraintStore constraintStore)ConstraintResultNor. reify(ReadConstraintStore constraintStore)ConstraintResultNot. reify(ReadConstraintStore constraintStore)ConstraintResultOr. reify(ReadConstraintStore constraintStore)ConstraintResultXor. reify(ReadConstraintStore constraintStore) -
Uses of ReadConstraintStore in org.projog.clp.compare
Methods in org.projog.clp.compare with parameters of type ReadConstraintStore Modifier and Type Method Description ConstraintResultBetween. reify(ReadConstraintStore constraintStore)ConstraintResultEqualTo. reify(ReadConstraintStore constraintStore)ConstraintResultLessThan. reify(ReadConstraintStore constraintStore)ConstraintResultLessThanOrEqualTo. reify(ReadConstraintStore constraintStore)ConstraintResultNotEqualTo. reify(ReadConstraintStore constraintStore) -
Uses of ReadConstraintStore in org.projog.clp.math
Methods in org.projog.clp.math with parameters of type ReadConstraintStore Modifier and Type Method Description longAbsolute. 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)
-