diff options
Diffstat (limited to 'math/py-highspy/pkg-descr')
-rw-r--r-- | math/py-highspy/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/py-highspy/pkg-descr b/math/py-highspy/pkg-descr new file mode 100644 index 000000000000..2a91b5a5826c --- /dev/null +++ b/math/py-highspy/pkg-descr @@ -0,0 +1,6 @@ +highspy is a Python binding for HiGHS. + +HiGHS is a high performance serial and parallel solver for large scale sparse +linear programming (LP) problems of the form: + +Minimize c^Tx subject to L <= Ax <= U; l <= x <= u |