Uses of Package
choco.kernel.solver.search

Packages that use choco.kernel.solver.search
choco.cp.solver   
choco.cp.solver.configure   
choco.cp.solver.constraints.global.automata.fast_costregular   
choco.cp.solver.constraints.global.automata.fast_multicostregular.example   
choco.cp.solver.constraints.global.automata.fast_multicostregular.valselector   
choco.cp.solver.constraints.global.pack   
choco.cp.solver.constraints.strong   
choco.cp.solver.goals   
choco.cp.solver.goals.choice   
choco.cp.solver.preprocessor   
choco.cp.solver.search   
choco.cp.solver.search.integer.branching   
choco.cp.solver.search.integer.branching.domwdeg   
choco.cp.solver.search.integer.objective   
choco.cp.solver.search.integer.valiterator   
choco.cp.solver.search.integer.valselector   
choco.cp.solver.search.integer.varselector   
choco.cp.solver.search.integer.varselector.ratioselector   
choco.cp.solver.search.real   
choco.cp.solver.search.real.objective   
choco.cp.solver.search.restart   
choco.cp.solver.search.set   
choco.cp.solver.search.task   
choco.kernel.common.opres.heuristics   
choco.kernel.common.opres.pack   
choco.kernel.solver   
choco.kernel.solver.branch A package devoted to control (branching schemes and heuristics) for branching in a search tree.
choco.kernel.solver.propagation A package of classes devoted to the event model of constraint propagation.
choco.kernel.solver.search A package devoted to the the control of search algorithms.
choco.kernel.solver.search.integer A package devoted to choice points and search heuristics specific to integer variables.
choco.kernel.solver.search.limit   
choco.kernel.solver.search.real A package devoted to serach tools based on real constraints and variables. 
choco.kernel.solver.search.set   
choco.visu.searchloop   
samples.multicostregular.asap.heuristics   
samples.multicostregular.carsequencing.heuristics   
samples.multicostregular.nsp   
samples.multicostregular.planner   
samples.rackconfig   
samples.tutorials.lns.lns   
samples.tutorials.to_sort.packing.parser   
samples.tutorials.to_sort.tsp   
trace   
trace.visualizers   
 

Classes in choco.kernel.solver.search used by choco.cp.solver
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.
ISolutionDisplay
           
ValIterator
          An interface for control objects that model the iteration of (search) values associated to an Var
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.cp.solver.configure
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
           
AbstractSearchLoop
           
ISolutionPool
           
 

Classes in choco.kernel.solver.search used by choco.cp.solver.constraints.global.automata.fast_costregular
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.cp.solver.constraints.global.automata.fast_multicostregular.example
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.cp.solver.constraints.global.automata.fast_multicostregular.valselector
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.cp.solver.constraints.global.pack
ISolutionDisplay
           
 

Classes in choco.kernel.solver.search used by choco.cp.solver.constraints.strong
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
TiedIntVarSelector
           
 

Classes in choco.kernel.solver.search used by choco.cp.solver.goals
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.
AbstractSearchStrategy
          An abstract class handling the control for solving a model
 

Classes in choco.kernel.solver.search used by choco.cp.solver.goals.choice
ValIterator
          An interface for control objects that model the iteration of (search) values associated to an Var
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.cp.solver.preprocessor
ISolutionDisplay
           
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search
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
           
AbstractSearchLoop
           
AbstractSearchStrategy
          An abstract class handling the control for solving a model
GlobalSearchLimitManager
          The interface of objects limiting the global search exploration
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)
ISearchLoop
          Created by IntelliJ IDEA.
ValIterator
          An interface for control objects that model the iteration of (search) values associated to an Var
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.integer.branching
IntBranchingDecision
           
ValIterator
          An interface for control objects that model the iteration of (search) values associated to an Var
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.integer.branching.domwdeg
IntBranchingDecision
           
ValIterator
          An interface for control objects that model the iteration of (search) values associated to an Var
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.integer.objective
IObjectiveManager
           
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.integer.valiterator
ValIterator
          An interface for control objects that model the iteration of (search) values associated to an Var
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.integer.valselector
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.integer.varselector
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
TiedIntVarSelector
           
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.integer.varselector.ratioselector
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
TiedIntVarSelector
           
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.real
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
AbstractSearchStrategy
          An abstract class handling the control for solving a model
IntBranchingDecision
           
ValIterator
          An interface for control objects that model the iteration of (search) values associated to an Var
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.real.objective
IObjectiveManager
           
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.restart
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.
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)
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.set
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
IntBranchingDecision
           
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.cp.solver.search.task
IntBranchingDecision
           
 

Classes in choco.kernel.solver.search used by choco.kernel.common.opres.heuristics
ISolutionDisplay
           
 

Classes in choco.kernel.solver.search used by choco.kernel.common.opres.pack
ISolutionDisplay
           
 

Classes in choco.kernel.solver.search used by choco.kernel.solver
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.
ISolutionDisplay
           
ValIterator
          An interface for control objects that model the iteration of (search) values associated to an Var
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by choco.kernel.solver.branch
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.
IntBranchingDecision
           
 

Classes in choco.kernel.solver.search used by choco.kernel.solver.propagation
IObjectiveManager
           
 

Classes in choco.kernel.solver.search used by choco.kernel.solver.search
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.
AbstractSearchLoop
           
AbstractSearchStrategy
          An abstract class handling the control for solving a model
GlobalSearchLimitManager
          The interface of objects limiting the global search exploration
IntBranchingDecision
           
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)
IObjectiveManager
           
ISearchLoop
          Created by IntelliJ IDEA.
ISolutionPool
           
 

Classes in choco.kernel.solver.search used by choco.kernel.solver.search.integer
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
TiedIntVarSelector
           
 

Classes in choco.kernel.solver.search used by choco.kernel.solver.search.limit
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.
 

Classes in choco.kernel.solver.search used by choco.kernel.solver.search.real
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
 

Classes in choco.kernel.solver.search used by choco.kernel.solver.search.set
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
IntBranchingDecision
           
 

Classes in choco.kernel.solver.search used by choco.visu.searchloop
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.
AbstractSearchLoop
           
ISearchLoop
          Created by IntelliJ IDEA.
 

Classes in choco.kernel.solver.search used by samples.multicostregular.asap.heuristics
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by samples.multicostregular.carsequencing.heuristics
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by samples.multicostregular.nsp
IntBranchingDecision
           
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by samples.multicostregular.planner
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
 

Classes in choco.kernel.solver.search used by samples.rackconfig
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by samples.tutorials.lns.lns
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.
ISolutionDisplay
           
ValIterator
          An interface for control objects that model the iteration of (search) values associated to an Var
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by samples.tutorials.to_sort.packing.parser
ISolutionDisplay
           
 

Classes in choco.kernel.solver.search used by samples.tutorials.to_sort.tsp
AbstractSearchHeuristic
          An abstract class for all heuristics (variable, value, branching heuristics) related to search
ValSelector
          An interface for control objects that model a binary choice to an search value
 

Classes in choco.kernel.solver.search used by trace
IntBranchingDecision
           
 

Classes in choco.kernel.solver.search used by trace.visualizers
IntBranchingDecision
           
 



Copyright © 2012. All Rights Reserved.