All Versions
3
Latest Version
Avg Release Cycle
8 days
Latest Release
689 days ago
Changelog History
Changelog History
-
v0.4.1 Changes
July 05, 2020๐ Fixed
- Infeasible problems now produce an
Infeasible
status rather than anError
status.
- Infeasible problems now produce an
-
v0.4.0 Changes
July 05, 2020๐ Changed
- โก๏ธ Updated to the
math-programming-0.4.0
API.
๐ Fixed
- How variable bounds are set.
Free variables were being constrained to equal zero; they are now correctly set as free variables.
โ Added
- The
writeFormulation
function.
This replaces the
writeFormulation
class method.โ Removed
- The
writeFormulation
class method.
This is consistent with the
math-programming-0.4.0
API. - โก๏ธ Updated to the
-
v0.3.0 Changes
June 19, 2020๐ Initial release.