ml4co_kit.solver.common.scip

SCIP (Solving Constraint Integer Programs)

Classes

SCIPSolver([scip_time_limit, ...])

SCIP: https://github.com/scipopt/scip PySCIPOpt: https://github.com/scipopt/PySCIPOpt Current Version: 10.0.2 Last Update: 2026-05-26 @incollection{ MaherMiltenbergerPedrosoRehfeldtSchwarzSerrano2016, author = {Stephen Maher and Matthias Miltenberger and Jo{~{a}}o Pedro Pedroso and Daniel Rehfeldt and Robert Schwarz and Felipe Serrano}, title = {{PySCIPOpt}: Mathematical Programming in Python with the {SCIP} Optimization Suite}, booktitle = {Mathematical Software { extendash} {ICMS} 2016}, publisher = {Springer International Publishing}, pages = {301--307}, year = {2016}, doi = {10.1007/978-3-319-42432-3_37}, }

class ml4co_kit.solver.common.scip.SCIPSolver(scip_time_limit: float = 10.0, soplex_version: str = '8.0.2', scip_version: str = '10.0.2', optimizer: OptimizerBase = None)[source]

Bases: SolverBase

SCIP: https://github.com/scipopt/scip PySCIPOpt: https://github.com/scipopt/PySCIPOpt Current Version: 10.0.2 Last Update: 2026-05-26 @incollection{

MaherMiltenbergerPedrosoRehfeldtSchwarzSerrano2016, author = {Stephen Maher and Matthias Miltenberger and Jo{~{a}}o Pedro Pedroso

and Daniel Rehfeldt and Robert Schwarz and Felipe Serrano},

title = {{PySCIPOpt}: Mathematical Programming in Python with the {SCIP} Optimization Suite}, booktitle = {Mathematical Software { extendash} {ICMS} 2016}, publisher = {Springer International Publishing}, pages = {301–307}, year = {2016}, doi = {10.1007/978-3-319-42432-3_37},

}

install()[source]

Install SCIP Solver.

install_soplex()[source]

Install SOPLEX. SoPlex: https://github.com/soplexopt/soplex