choco.kernel.solver.search.measure
Interface IOptimizationMeasures

All Superinterfaces:
ISolutionMeasures
All Known Subinterfaces:
IHeuristic, IMeasures, Solver
All Known Implementing Classes:
AbstractHeuristic, AbstractHeuristic1BP, AbstractLNSSolver, AbstractRandomizedHeuristic, BestFit1BP, CompositeHeuristics1BP, CPSolver, CPSolverDis, FirstFit1BP, LNSCPSolver, MeasuresBean, NoHeuristic, PreProcessCPSolver

public interface IOptimizationMeasures
extends ISolutionMeasures


Method Summary
 Number getObjectiveValue()
          Get the best objective value of a solution.
 boolean isObjectiveOptimal()
           
 
Methods inherited from interface choco.kernel.solver.search.measure.ISolutionMeasures
existsSolution, getSolutionCount
 

Method Detail

getObjectiveValue

Number getObjectiveValue()
Get the best objective value of a solution.


isObjectiveOptimal

boolean isObjectiveOptimal()


Copyright © 2012. All Rights Reserved.