Пакет coinor-osi: Информация

    Исходный пакет: coinor-osi
    Версия: 0.108.8-alt1
    Собран:  23 августа 2023 г. 1:11
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/coin-or/Osi

    Лицензия: EPL-2.0
    О пакете: Open Solver Interface
    Описание: 
    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.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    coinor-osi (e2kv6, e2kv5, e2kv4, e2k)
    coinor-osi-doc (e2kv6, e2kv5, e2kv4, e2k)
    libcoinor-osi (e2kv6, e2kv5, e2kv4, e2k)
    libcoinor-osi-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libcoinor-osi-devel (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Pavel Skrylev

    Список участников:
    Pavel Skrylev

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

    Последнее изменение


    27 июня 2023 г. Pavel Skrylev 0.108.8-alt1
    - initial build for Sisyphus