Uses of Interface
choco.kernel.solver.search.IObjectiveManager

Packages that use IObjectiveManager
choco.cp.solver.search.integer.objective   
choco.cp.solver.search.real.objective   
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.
 

Uses of IObjectiveManager in choco.cp.solver.search.integer.objective
 

Classes in choco.cp.solver.search.integer.objective that implement IObjectiveManager
 class IntObjectiveManager
           
 class MaxIntObjManager
           
 class MinIntObjManager
           
 

Uses of IObjectiveManager in choco.cp.solver.search.real.objective
 

Classes in choco.cp.solver.search.real.objective that implement IObjectiveManager
 class MaxRealObjManager
           
 class MinRealObjManager
           
 class RealObjectiveManager
           
 

Uses of IObjectiveManager in choco.kernel.solver.propagation
 

Methods in choco.kernel.solver.propagation with parameters of type IObjectiveManager
 void ShavingTools.destructiveLowerBound(IObjectiveManager objM)
           
 Boolean ShavingTools.nextBottomUp(IObjectiveManager objM)
           
protected  boolean ShavingTools.shaveObjective(IObjectiveManager objM)
           
 

Uses of IObjectiveManager in choco.kernel.solver.search
 

Fields in choco.kernel.solver.search declared as IObjectiveManager
protected  IObjectiveManager AbstractOptimize.objManager
          the bounding object, record objective value and compute target bound.
 

Methods in choco.kernel.solver.search that return IObjectiveManager
 IObjectiveManager AbstractOptimize.getObjectiveManager()
           
 IObjectiveManager AbstractGlobalSearchStrategy.getObjectiveManager()
           
 

Constructors in choco.kernel.solver.search with parameters of type IObjectiveManager
AbstractOptimize(Solver solver, IObjectiveManager bounds, boolean maximize)
          constructor
 



Copyright © 2012. All Rights Reserved.