Package coinor-osi: Information

    Source package: coinor-osi
    Version: 0.108.8-alt1
    Build time:  Oct 23, 2023, 11:37 AM
    Category: System/Libraries
    Report package bug
    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.

    List of RPM packages built from this SRPM:
    coinor-osi (loongarch64)
    coinor-osi-doc (loongarch64)
    libcoinor-osi (loongarch64)
    libcoinor-osi-debuginfo (loongarch64)
    libcoinor-osi-devel (loongarch64)

    Maintainer: Pavel Skrylev

    List of contributors:
    Pavel Skrylev

      1. chrpath
      2. doxygen
      3. texlive-collection-basic
      4. pkgconfig(coinutils)
      5. pkgconfig(lapack)
      6. pkgconfig(openblas)
      7. gcc-c++

    Last changed


    June 27, 2023 Pavel Skrylev 0.108.8-alt1
    - initial build for Sisyphus