Uses of Package
choco.kernel.solver.search.integer

Packages that use choco.kernel.solver.search.integer
choco.cp.solver.constraints.strong   
choco.cp.solver.search.integer.branching   
choco.cp.solver.search.integer.varselector   
choco.cp.solver.search.integer.varselector.ratioselector.ratios.task   
choco.cp.solver.search.task.profile   
choco.kernel.solver.search.integer A package devoted to choice points and search heuristics specific to integer variables.
samples.multicostregular.carsequencing.heuristics   
samples.multicostregular.planner   
samples.tutorials.to_sort.tsp   
 

Classes in choco.kernel.solver.search.integer used by choco.cp.solver.constraints.strong
AbstractIntVarSelector
           
DoubleHeuristicIntVarSelector
           
HeuristicIntVarSelector
          A class the selects the variables which minimizes a heuristic (such classes support ties)
 

Classes in choco.kernel.solver.search.integer used by choco.cp.solver.search.integer.branching
VarValPairSelector
          An interface for control objects that model a heuristic selectying at the same time a variable and a value from its domain
 

Classes in choco.kernel.solver.search.integer used by choco.cp.solver.search.integer.varselector
AbstractIntVarSelector
           
DoubleHeuristicIntVarSelector
           
HeuristicIntVarSelector
          A class the selects the variables which minimizes a heuristic (such classes support ties)
IntHeuristicIntVarSelector
          A class the selects the variables which minimizes a heuristic (such classes support ties)
 

Classes in choco.kernel.solver.search.integer used by choco.cp.solver.search.integer.varselector.ratioselector.ratios.task
IntVarValPair
          a struct-like class implementing (IntVar, int) pairs (useful for binary branchings that assign a value to a variable or remove that same value from the variable domain
VarValPairSelector
          An interface for control objects that model a heuristic selectying at the same time a variable and a value from its domain
 

Classes in choco.kernel.solver.search.integer used by choco.cp.solver.search.task.profile
IntVarValPair
          a struct-like class implementing (IntVar, int) pairs (useful for binary branchings that assign a value to a variable or remove that same value from the variable domain
VarValPairSelector
          An interface for control objects that model a heuristic selectying at the same time a variable and a value from its domain
 

Classes in choco.kernel.solver.search.integer used by choco.kernel.solver.search.integer
AbstractIntVarSelector
           
HeuristicIntVarSelector
          A class the selects the variables which minimizes a heuristic (such classes support ties)
IntVarValPair
          a struct-like class implementing (IntVar, int) pairs (useful for binary branchings that assign a value to a variable or remove that same value from the variable domain
 

Classes in choco.kernel.solver.search.integer used by samples.multicostregular.carsequencing.heuristics
AbstractIntVarSelector
           
 

Classes in choco.kernel.solver.search.integer used by samples.multicostregular.planner
AbstractIntVarSelector
           
 

Classes in choco.kernel.solver.search.integer used by samples.tutorials.to_sort.tsp
AbstractIntVarSelector
           
 



Copyright © 2012. All Rights Reserved.