Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37553854
en ru br
Репозитории ALT

Группа :: Науки/Математика
Пакет: coinor-clp

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.17.6-alt1
Время сборки: 23 августа 2020, 22:48 ( 191.8 недели назад )
Размер архива: 1154.30 Kb

Домашняя страница:   https://github.com/coin-or/Clp

Лицензия: EPL-2.0
О пакете: COIN-OR Linear Programming Solver
Описание:

Clp (Coin-or linear programming) is an open-source linear programming solver.
It is primarily meant to be used as a callable library, but a basic,
stand-alone executable version is also available. It is designed to find
solutions of mathematical optimization problems of the form

minimize c'x such that lhs <= Ax <= rhs and lb <= x <= ub

CLP includes primal and dual Simplex solvers. Both dual and primal algorithms
can use matrix storage methods provided by the user (0-1 and network matrices
are already supported in addition to the default sparse matrix). The dual
algorithm has Dantzig and Steepest edge row pivot choices; new ones may be
provided by the user. The same is true for the column pivot choice of the
primal algorithm. The primal can also use a non linear cost which should work
for piecewise linear convex functions. CLP also includes a barrier method for
solving LPs.

Clp is written in C++ and is released as open source under the Eclipse Public
License 2.0.

Текущий майнтейнер: Pavel Skrylev

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • coinor-clp
  • coinor-clp-debuginfo
  • libcoinor-clp
  • libcoinor-clp-debuginfo
  • libcoinor-clp-devel
  • libcoinor-clp-doc
  • libcoinor-osi-clp
  • libcoinor-osi-clp-debuginfo
  • libcoinor-osi-clp-devel
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin