Trait dlx::Solutions [] [src]

pub trait Solutions {
    fn push(&mut self, sol: Solution) -> bool;
}

Required Methods

Handle a solution.

Return true to keep looking for more solutions, or false to quit.

Implementors