[−][src]Trait mop_common::Solver
Associated Types
type Error
Required methods
fn after_iter<'a>(&'a mut self, p: &'a mut P) -> SolverFuture<'a, Self::Error>
Do solving work after stoping criteria verification.
fn before_iter<'a>(&'a mut self, p: &'a mut P) -> SolverFuture<'a, Self::Error>
Do solving work before stoping criteria verification.