File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## 2.2.1
2
8
* Fix bug with equality constraints in simplex backend (#7 )
3
9
* Fix handling of artificial variables remaining in the basis for 2-phase simplex
Original file line number Diff line number Diff line change 1
1
2
2
(defsystem " linear-programming"
3
3
:description " A library for solving linear programming problems"
4
- :version " 2.1.1 "
4
+ :version " 2.3.0 "
5
5
:author " Neil Lindquist <[email protected] >"
6
6
:licence " MIT"
7
7
:homepage " https://neil-lindquist.github.io/linear-programming/"
You can’t perform that action at this time.
0 commit comments