math-programming v0.4.0 Release Notes
Release Date: 2020-07-05 // over 4 years ago-
➕ Added
- The
RealFrac
constraint onLPMonad
numeric types.
This simplifies the constraints necessary in application code.
✂ Removed
- The
writeFormulation
class method.
This was impossible to implement correctly without requiring
LPMonad
to implementMonadIO
, which should not be required in general. - The
Previous changes from v0.3.0
-
🎉 Initial release.