Package choco.kernel.solver.search

A package devoted to the the control of search algorithms. See:
          Description

Interface Summary
GlobalSearchLimitManager The interface of objects limiting the global search exploration
IntBranchingDecision  
IObjectiveManager  
ISearchLoop Created by IntelliJ IDEA.
ISolutionDisplay  
ISolutionPool  
TiedIntVarSelector<V extends Var>  
ValIterator<V extends Var> An interface for control objects that model the iteration of (search) values associated to an Var
ValSelector<V extends Var> An interface for control objects that model a binary choice to an search value
 

Class Summary
AbstractGlobalSearchStrategy An abstract class for controlling tree search in various ways version 2.0.3 : change the value of search constant to use bit masks.
AbstractOptimize  
AbstractSearchHeuristic An abstract class for all heuristics (variable, value, branching heuristics) related to search
AbstractSearchLoop  
AbstractSearchStrategy An abstract class handling the control for solving a model
IntBranchingTrace A class for keeping a trace of the search algorithm, through an IntBranching (storing the current branching object, as well as the label of the current branch)
SolutionPoolFactory  
 

Package choco.kernel.solver.search Description

A package devoted to the the control of search algorithms.

Related Documentation

For tutorials, examples, documentation and technical notes, see:



Copyright © 2012. All Rights Reserved.