@hackage / simplex-method

Implementation of the two-phase simplex method in exact rational arithmetic

Latest0.2.0.0

Changelog

Changelog for simplex-haskell

Unreleased changes

v0.2.0.0

  • Setup CI
  • Use fourmolu formatter
  • Add better types
  • Use lens
  • Use RecordDot syntax
  • Add logging
  • Improve Docs
  • More Tests
  • Bump Stackage LTS
  • Rename Linear.Simplex.Simplex -> Linear.Simplex.TwoPhase.Simplex

v0.1.0.0

  • Initial release