pub type AllSolvers = AutoSolver<GurobiSolver, AutoSolver<NoSolver, AutoSolver<CbcSolver, AutoSolver<GlpkSolver, NoSolver>>>>;Expand description
An AutoSolver that tries, in order: Gurobi, Cplex, Cbc and Glpk
Aliased Typeยง
pub struct AllSolvers(/* private fields */);