choco.kernel.solver.search.measure
Interface IMeasures

All Superinterfaces:
IOptimizationMeasures, IPreSolveMeasures, ISearchMeasures, ISolutionMeasures
All Known Subinterfaces:
Solver
All Known Implementing Classes:
AbstractLNSSolver, CPSolver, CPSolverDis, LNSCPSolver, MeasuresBean, PreProcessCPSolver

public interface IMeasures
extends IPreSolveMeasures, ISolutionMeasures, IOptimizationMeasures, ISearchMeasures


Method Summary
 
Methods inherited from interface choco.kernel.solver.search.measure.IPreSolveMeasures
getInitialPropagationTimeCount, getReadingTimeCount
 
Methods inherited from interface choco.kernel.solver.search.measure.IOptimizationMeasures
getObjectiveValue, isObjectiveOptimal
 
Methods inherited from interface choco.kernel.solver.search.measure.ISolutionMeasures
existsSolution, getSolutionCount
 
Methods inherited from interface choco.kernel.solver.search.measure.ISearchMeasures
getBackTrackCount, getFailCount, getNodeCount, getRestartCount, getSolutionCount, getTimeCount
 



Copyright © 2012. All Rights Reserved.