Struct quickbacktrack::Solution [] [src]

pub struct Solution<T> {
    pub puzzle: T,
    pub iterations: u64,
}

Contains solution.

Fields

The solved puzzle.

The number of iterations used to solve the puzzle.