Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37562397
en ru br
ALT Linux repos
S:0.108.8-alt1

Group :: System/Libraries
RPM: coinor-osi

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.108.8-alt1
Build date: 27 june 2023, 12:35 ( 43.6 weeks ago )
Size: 456.65 Kb

Home page:   https://github.com/coin-or/Osi

License: EPL-2.0
Summary: Open Solver Interface
Description:

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. That is, programs written to the OSI standard may be linked to any
solver with an OSI interface and should produce correct results. The OSI has
been significantly extended compared to its first incarnation. Currently, the
OSI supports linear programming solvers and has rudimentary support for integer
programming. Among others the following operations are supported:

* creating the LP formulation;
* directly modifying the formulation by adding rows/columns;
* modifying the formulation by adding cutting planes provided by CGL;
* solving the formulation (and resolving after modifications);
* extracting solution information;
* invoking the underlying solver's branch-and-bound component.

Current maintainer: Pavel Skrylev

List of contributors

List of rpms provided by this srpm:

  • coinor-osi
  • coinor-osi-doc
  • libcoinor-osi
  • libcoinor-osi-debuginfo
  • libcoinor-osi-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin