public interface ISolutionFoundHandler
IStrategy.| Modifier and Type | Method and Description |
|---|---|
void |
solutionFound(ThreadContext context,
SolutionTrajectory trajectory)
Called when a solution is saved by the
SolutionStore.ISolutionSaver. |
void |
solutionTriedToSave(ThreadContext context,
SolutionTrajectory trajectory)
Called when the exploration found a solution but it was not saved because of certain conditions.
|
void solutionFound(ThreadContext context, SolutionTrajectory trajectory)
SolutionStore.ISolutionSaver. Later, this solution can be omitted from the final
set of solutions.context - trajectory - void solutionTriedToSave(ThreadContext context, SolutionTrajectory trajectory)
context - trajectory -