aboutsummaryrefslogblamecommitdiff
path: root/math/osi/pkg-descr
blob: 955ec339df44c6ca6047468362cc84c5e227d674 (plain) (tree)


















                                                                               
Osi (Open Solver Interface) provides an abstract base class to a generic linear
programming (LP) solver, along with derived classes for specific solvers. Many
applications may be able to use the Osi to insulate themselves from a specific
LP solver. The following is a list of derived Osi classes:

Solver        Derived Class
* Cbc         OsiCbc
* Clp         OsiClp
* CPLEX       OsiCpx
* DyLP        OsiDylp
* GLPK        OsiGlpk
* Gurobi      OsiGrb
* MOSEK       OsiMsk
* SoPlex      OsiSpx
* SYMPHONY    OsiSym
* Vol         OsiVol
* XPRESS-MP   OsiXpr 

WWW: https://projects.coin-or.org/Osi/