Struct quickbacktrack::Solution
[−]
[src]
pub struct Solution<T> {
pub puzzle: T,
pub iterations: u64,
pub strategy: Option<usize>,
}Contains solution.
Fields
puzzle: T
The solved puzzle.
iterations: u64
The number of iterations used to solve the puzzle.
strategy: Option<usize>
The strategy that found the solution.