We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e025f0 commit 8eb69cdCopy full SHA for 8eb69cd
HISTORY
@@ -4,7 +4,9 @@
4
# See the LICENSE file for copyright information.
5
2.7.0
6
added HiGHS solver
7
- added pysmps dependency for mps parsing
+ added XPRESS_PY solver
8
+ fixed bugs
9
+ updated docs
10
2.6.0 2021-12-04
11
dropped packaged choco
12
fixed bugs
pulp/constants.py
@@ -27,7 +27,7 @@
27
This file contains the constant definitions for PuLP
28
Note that hopefully these will be changed into something more pythonic
29
"""
30
-VERSION = "2.6.0"
+VERSION = "2.7.0"
31
EPS = 1e-7
32
33
# variable categories
0 commit comments