1
2
3
4
//! Solver implementations

pub mod naive;
pub use naive::IterSolveNaive;