Uses of Package
org.projog.clp
-
Packages that use org.projog.clp 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. -
Classes in org.projog.clp used by org.projog.clp Class Description ClpConstraintStore A collection of constraints and variables that represent a problem domain.ClpConstraintStore.Builder ClpConstraintStore.Enforce ClpConstraintStore.EnforceAll Constraint A rule that restricts the numeric values that can be used to solve a problem.ConstraintResult Indicates the outcome of attempting to satisfy a constraint.ConstraintStore Expression Represents something that can have a range of numeric values.ExpressionResult Indicates the outcome of attempting to restrict the possible values of an expression.LeafExpression NumberSet A set oflongprimitives.Possibilities Used to iterate over a range of possible values.ReadConstraintStore Variable An expression that can have one or more possible numeric values.VariableState Represents the possible values for a variable.VariableStateResult Indicates the outcome of attempting to restrict the possible values of a variable. -
Classes in org.projog.clp used by org.projog.clp.bool Class Description Constraint A rule that restricts the numeric values that can be used to solve a problem.ConstraintResult Indicates the outcome of attempting to satisfy a constraint.ConstraintStore Expression Represents something that can have a range of numeric values.LeafExpression ReadConstraintStore -
Classes in org.projog.clp used by org.projog.clp.compare Class Description Constraint A rule that restricts the numeric values that can be used to solve a problem.ConstraintResult Indicates the outcome of attempting to satisfy a constraint.ConstraintStore Expression Represents something that can have a range of numeric values.LeafExpression ReadConstraintStore -
Classes in org.projog.clp used by org.projog.clp.math Class Description ConstraintStore Expression Represents something that can have a range of numeric values.ExpressionResult Indicates the outcome of attempting to restrict the possible values of an expression.LeafExpression ReadConstraintStore