math-programming v0.4.0 Release Notes

Release Date: 2020-07-05 // almost 4 years ago
  • โž• Added

    • The RealFrac constraint on LPMonad 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 implement MonadIO, which should not be required in general.


Previous changes from v0.3.0

  • ๐ŸŽ‰ Initial release.