Skip to content

limbolily/osi_clp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Osi and Clp version that can be compiled with cmake

  • Osi (Open Solver Interface) provides an abstract base class to a generic linear programming (LP) solver, along with derived classes for specific solvers

  • Clp (Coin-or linear programming) is an open-source linear programming solver written in C++.

It provides a generic interface to solve Linear Programs. Two solvers are accessible in this release:

  • Clp,
  • the mosek wrapper.

About

Osi (Open Solver Interface) and Clp (Coin-or linear programming) library from COIN-OR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%