Uses of Package
org.maxicp.search
Packages that use org.maxicp.search
Package
Description
Root package of MaxiCP
Constraint Programming Solver Implementation
Solver objects
Examples of models using the symbolic modeling API
CP Instantiation of the Symbolic Modeling API
Concrete modeling API
Search API
-
Classes in org.maxicp.search used by org.maxicpClassDescriptionDepth-First Search Branch and Bound implementation
-
Classes in org.maxicp.search used by org.maxicp.cp
-
Classes in org.maxicp.search used by org.maxicp.cp.engine.coreClassDescriptionObjective object to be used in the
AbstractSearchMethod.optimize(Objective)for implementing the branch and bound depth first search. -
Classes in org.maxicp.search used by org.maxicp.cp.examples.modelingClassDescriptionStatistics collected during the execution of
AbstractSearchMethod.solve()andAbstractSearchMethod.optimize(Objective) -
Classes in org.maxicp.search used by org.maxicp.cp.modelingClassDescriptionObjective object to be used in the
AbstractSearchMethod.optimize(Objective)for implementing the branch and bound depth first search. -
Classes in org.maxicp.search used by org.maxicp.modeling.concreteClassDescriptionDepth-First Search Branch and Bound implementationObjective object to be used in the
AbstractSearchMethod.optimize(Objective)for implementing the branch and bound depth first search. -
Classes in org.maxicp.search used by org.maxicp.searchClassDescriptionAn abstract search method that can be used concurrently: it is stoppable and can be work-stealed.An abstract search method, implementing all the parts needed, but the search method itself.Objective object to be used in the
AbstractSearchMethod.optimize(Objective)for implementing the branch and bound depth first search.Statistics collected during the execution ofAbstractSearchMethod.solve()andAbstractSearchMethod.optimize(Objective)