Skip to content

Commit b1660ef

Browse files
v2.3.0
1 parent c01ec3b commit b1660ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 2.2.1
28
* Fix bug with equality constraints in simplex backend (#7)
39
* Fix handling of artificial variables remaining in the basis for 2-phase simplex

Diff for: linear-programming.asd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
(defsystem "linear-programming"
33
:description "A library for solving linear programming problems"
4-
:version "2.1.1"
4+
:version "2.3.0"
55
:author "Neil Lindquist <[email protected]>"
66
:licence "MIT"
77
:homepage "https://neil-lindquist.github.io/linear-programming/"

0 commit comments

Comments
 (0)