Uses of Interface
choco.kernel.solver.search.measure.ISearchMeasures

Packages that use ISearchMeasures
choco.cp.solver   
choco.cp.solver.goals   
choco.cp.solver.preprocessor   
choco.cp.solver.search   
choco.cp.solver.search.real   
choco.kernel.common.util.tools   
choco.kernel.solver   
choco.kernel.solver.search A package devoted to the the control of search algorithms.
choco.kernel.solver.search.limit   
choco.kernel.solver.search.measure   
samples.tutorials.lns.lns   
 

Uses of ISearchMeasures in choco.cp.solver
 

Classes in choco.cp.solver that implement ISearchMeasures
 class CPSolver
          This class serves both as a factory and as a handler for AbstractGlobalSearchSolvers:
 class CPSolverDis
           
 

Uses of ISearchMeasures in choco.cp.solver.goals
 

Classes in choco.cp.solver.goals that implement ISearchMeasures
 class GoalSearchSolver
          Deprecated. 
 

Uses of ISearchMeasures in choco.cp.solver.preprocessor
 

Classes in choco.cp.solver.preprocessor that implement ISearchMeasures
 class PreProcessCPSolver
           
 

Uses of ISearchMeasures in choco.cp.solver.search
 

Classes in choco.cp.solver.search that implement ISearchMeasures
 class BranchAndBound
           
 class GlobalSearchStrategy
           
 

Uses of ISearchMeasures in choco.cp.solver.search.real
 

Classes in choco.cp.solver.search.real that implement ISearchMeasures
 class RealBranchAndBound
          

An open-source Constraint Programming Kernel for Research and Education

Created by: Guillaume on 20 juil. 2004

 

Uses of ISearchMeasures in choco.kernel.common.util.tools
 

Methods in choco.kernel.common.util.tools with parameters of type ISearchMeasures
static String StringUtils.pretty(ISearchMeasures measures)
           
static String StringUtils.prettyOnePerLine(ISearchMeasures measures)
           
 

Uses of ISearchMeasures in choco.kernel.solver
 

Subinterfaces of ISearchMeasures in choco.kernel.solver
 interface Solver
          Created by IntelliJ IDEA.
 

Methods in choco.kernel.solver with parameters of type ISearchMeasures
 void Solution.recordSearchMeasures(ISearchMeasures measures)
           
 

Uses of ISearchMeasures in choco.kernel.solver.search
 

Classes in choco.kernel.solver.search that implement ISearchMeasures
 class 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.
 class AbstractOptimize
           
 

Uses of ISearchMeasures in choco.kernel.solver.search.limit
 

Methods in choco.kernel.solver.search.limit with parameters of type ISearchMeasures
 int Limit.getValue(ISearchMeasures measures)
          get the value of the given measure
 

Uses of ISearchMeasures in choco.kernel.solver.search.measure
 

Subinterfaces of ISearchMeasures in choco.kernel.solver.search.measure
 interface IMeasures
           
 

Classes in choco.kernel.solver.search.measure that implement ISearchMeasures
 class MeasuresBean
           
 

Methods in choco.kernel.solver.search.measure with parameters of type ISearchMeasures
 void MeasuresBean.setSearchMeasures(ISearchMeasures toCopy)
           
 

Uses of ISearchMeasures in samples.tutorials.lns.lns
 

Classes in samples.tutorials.lns.lns that implement ISearchMeasures
 class AbstractLNSSolver
          Deprecated.  
 class LNSCPSolver
          A Large Neighborhood Search approach encapsulating a CP solver.
 



Copyright © 2012. All Rights Reserved.