Uses of Class
org.projog.clp.ConstraintResult
-
Packages that use ConstraintResult 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. -
-
Uses of ConstraintResult in org.projog.clp
Methods in org.projog.clp that return ConstraintResult Modifier and Type Method Description ConstraintResultConstraint. enforce(ConstraintStore constraintStore)Attempts to enforce this constraint using the givenConstraintStore.ConstraintResultFixedValue. enforce(ConstraintStore constraintStore)ConstraintResultVariable. enforce(ConstraintStore s)ConstraintResultConstraint. prevent(ConstraintStore constraintStore)Attempts to prevent this constraint using the givenConstraintStore.ConstraintResultFixedValue. prevent(ConstraintStore constraintStore)ConstraintResultVariable. prevent(ConstraintStore s)ConstraintResultConstraint. reify(ReadConstraintStore constraintStore)ConstraintResultFixedValue. reify(ReadConstraintStore constraintStore)ConstraintResultVariable. reify(ReadConstraintStore s)static ConstraintResultConstraintResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConstraintResult[]ConstraintResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConstraintResult in org.projog.clp.bool
-
Uses of ConstraintResult in org.projog.clp.compare
-