Uses of Package
org.maxicp.cp.engine.core
Packages that use org.maxicp.cp.engine.core
Package
Description
Constraint Programming Solver Implementation
Constraints implementation (propagators)
Constraints implementation for Scheduling over Interval Variables and Cumulative Functions
Constraints implementation for Sequence Variables
Constraints implementation for Set Variables
Solver objects
Examples of models using the symbolic modeling API
Examples of models using the implementation object API
CP Instantiation of the Symbolic Modeling API
Search API
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.cpClassDescriptionBoolean variable, that can be used as a 0-1 IntVar.Interface implemented by every ConstraintTODOA set variable is a variable that represents a set of integers from an original universe set.
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.cp.engine.constraintsClassDescriptionAbstract class the most of the constraints should extend.Boolean variable, that can be used as a 0-1 IntVar.Interface implemented by every Constraint
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.cp.engine.constraints.schedulingClassDescriptionAbstract class the most of the constraints should extend.Boolean variable, that can be used as a 0-1 IntVar.Interface implemented by every ConstraintTODO
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.cp.engine.constraints.seqvarClassDescriptionAbstract class the most of the constraints should extend.Interface implemented by every ConstraintTODO
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.cp.engine.constraints.setvarClassDescriptionAbstract class the most of the constraints should extend.Boolean variable, that can be used as a 0-1 IntVar.Interface implemented by every ConstraintA set variable is a variable that represents a set of integers from an original universe set.
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.cp.engine.coreClassDescriptionAbstract class the most of the constraints should extend.Boolean variable, that can be used as a 0-1 IntVar.Interface implemented by every ConstraintTODOImplementation of a variable with a
SparseSetDomain.A set variable is a variable that represents a set of integers from an original universe set.Object that allows to retrieve in a constraint the changes of the domain of a variable from one call to theConstraint.propagateto the next.Interface for integer domain implementation.Domain listeners are passed as argument to theIntDomainmodifier methods.Interface for set domain implementation.SetDomain listeners are passed as argument to theSetDomainmodifier methods. -
Classes in org.maxicp.cp.engine.core used by org.maxicp.cp.examples.modeling
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.cp.examples.raw
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.cp.examples.raw.darp
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.cp.examples.raw.jobshop
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.cp.modelingClassDescriptionBoolean variable, that can be used as a 0-1 IntVar.TODO
-
Classes in org.maxicp.cp.engine.core used by org.maxicp.search