/* Builder module for constructing solver components from configuration.
Provides wiring between `SolverConfig` and the actual solver types.
All builders return concrete monomorphized enums — no `Box<dyn Trait>`.
*/
pub use ;
pub use ;
pub use ;
pub use ;