choco.kernel.solver.search.measure
Interface ISolutionMeasures

All Known Subinterfaces:
IHeuristic, IMeasures, IOptimizationMeasures, Solver
All Known Implementing Classes:
AbstractGlobalSearchStrategy, AbstractHeuristic, AbstractHeuristic1BP, AbstractLNSSolver, AbstractOptimize, AbstractRandomizedHeuristic, AbstractSearchStrategy, BestFit1BP, BranchAndBound, CompositeHeuristics1BP, CPSolver, CPSolverDis, FirstFit1BP, GlobalSearchStrategy, GoalSearchSolver, LNSCPSolver, MeasuresBean, NoHeuristic, PreProcessCPSolver, RealBranchAndBound

public interface ISolutionMeasures


Method Summary
 boolean existsSolution()
          indicates if the search find at least one solution.
 int getSolutionCount()
          Get the solution count of the measure
 

Method Detail

existsSolution

boolean existsSolution()
indicates if the search find at least one solution.


getSolutionCount

int getSolutionCount()
Get the solution count of the measure

Returns:
solution count


Copyright © 2012. All Rights Reserved.