opnsense-ports/math/py-CyLP/pkg-descr
Franco Fichtner 9fe004b8e9 */*: sync with upstream
Taken from: HardenedBSD
2018-09-24 07:54:10 +02:00

7 lines
381 B
Text

CyLP is a Python interface to COIN-OR's Linear and mixed-integer program solvers
(CLP, CBC, and CGL). CyLP's unique feature is that you can use it to alter the
solution process of the solvers from within Python. For example, you may define
cut generators, branch-and-bound strategies, and primal/dual Simplex pivot rules
completely in Python.
WWW: https://github.com/coin-or/CyLP