We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01ec3b commit b1660efCopy full SHA for b1660ef
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.3.0
2
+* Depreciate < and > in favor of <= and >= due to misleading semantics (#10)
3
+* Fix bug with variable bounds (#11)
4
+* Add support to MPS reader for CRLF line endings
5
+* Fix bug in sexp writer with named objective variables
6
+
7
## 2.2.1
8
* Fix bug with equality constraints in simplex backend (#7)
9
* Fix handling of artificial variables remaining in the basis for 2-phase simplex
linear-programming.asd
@@ -1,7 +1,7 @@
(defsystem "linear-programming"
:description "A library for solving linear programming problems"
- :version "2.1.1"
+ :version "2.3.0"
:author "Neil Lindquist <[email protected]>"
:licence "MIT"
:homepage "https://neil-lindquist.github.io/linear-programming/"
0 commit comments