org.drools.planner.core.constructionheuristic.greedyFit
Interface GreedyFitSolverPhase

All Superinterfaces:
SolverPhase
All Known Implementing Classes:
DefaultGreedyFitSolverPhase

public interface GreedyFitSolverPhase
extends SolverPhase

A GreedyFitSolverPhase is a SolverPhase which uses the greedy algorithm, which is a construction heuristic.

See Also:
SolverPhase, AbstractSolverPhase, DefaultGreedyFitSolverPhase

Method Summary
 
Methods inherited from interface org.drools.planner.core.phase.SolverPhase
addSolverPhaseLifecycleListener, removeSolverPhaseLifecycleListener, solve
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.