Class XBacktrackSuccess<T>

java.lang.Object
algs13.xbacktrack.xframework.XBacktrackSuccess<T>
Type Parameters:
T - The type of the choices made in the backtracking problem.
All Implemented Interfaces:
XBacktrackResult

public final class XBacktrackSuccess<T> extends Object implements XBacktrackResult
A successful solution to a backtracking problem. The choices are provided in a stack, in reverse order from which they were determined.