DefaultSolver

Type Alias DefaultSolver 

Source
pub type DefaultSolver<'a, State> = ParNoCachingSolverLel<'a, State>;
Expand description

A type alias to emphasize that this is the solver that should be used by default.

Aliased Typeยง

pub struct DefaultSolver<'a, State> { /* private fields */ }