OptaPlanner core 6.0.0.CR2

org.optaplanner.core.impl.constructionheuristic
Interface ConstructionHeuristicSolverPhase

All Superinterfaces:
EventListener, SolverLifecycleListener, SolverPhase, SolverPhaseLifecycleListener
All Known Implementing Classes:
DefaultConstructionHeuristicSolverPhase

public interface ConstructionHeuristicSolverPhase
extends SolverPhase

A ConstructionHeuristicSolverPhase is a SolverPhase which uses a construction heuristic algorithm, such as first fit, best fit decreasing, cheapest insertion, ...

See Also:
SolverPhase, AbstractSolverPhase, DefaultConstructionHeuristicSolverPhase

Method Summary
 
Methods inherited from interface org.optaplanner.core.impl.phase.SolverPhase
addSolverPhaseLifecycleListener, removeSolverPhaseLifecycleListener, solve
 
Methods inherited from interface org.optaplanner.core.impl.phase.event.SolverPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 


OptaPlanner core 6.0.0.CR2

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.