Package algs13.xbacktrack.xframework
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
A successful solution to a backtracking problem. The choices
 are provided in a stack, in reverse order from which they were
 determined.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
XBacktrackSuccess
 
- 
- 
Method Details- 
isSuccess- Specified by:
- isSuccessin interface- XBacktrackResult
 
- 
toString
 
-