math-programming v0.4.0 Release Notes

Release Date: 2020-07-05 // over 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.