diff options
Diffstat (limited to 'math/py-CyLP/pkg-descr')
-rw-r--r-- | math/py-CyLP/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/py-CyLP/pkg-descr b/math/py-CyLP/pkg-descr new file mode 100644 index 000000000000..7c8a40505c64 --- /dev/null +++ b/math/py-CyLP/pkg-descr @@ -0,0 +1,7 @@ +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 |