Changelog for math-programming-glpk-0.4.0
Changelog for math-programming-glpk
[0.4.0] -- 5 July 2020
Changed
- Updated to the
math-programming-0.4.0API.
Fixed
-
How variable bounds are set.
Free variables were being constrained to equal zero; they are now correctly set as free variables.
Added
-
The
writeFormulationfunction.This replaces the
writeFormulationclass method.
Removed
-
The
writeFormulationclass method.This is consistent with the
math-programming-0.4.0API.
[0.3.0] -- 18 June 2020
Initial release.