hmatrix-glpk 0.4.0.1 → 0.4.0.2
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
hmatrix-glpk.cabal view
@@ -1,5 +1,5 @@ Name: hmatrix-glpk-Version: 0.4.0.1+Version: 0.4.0.2 License: GPL License-file: LICENSE Author: Alberto Ruiz
src/Numeric/LinearProgramming.hs view
@@ -17,7 +17,8 @@ subject to 2 x_1 + x_2 <= 10- x_3 + 5 x_4 <= 20++ x_2 + 5 x_3 <= 20 and