Skip to content

Releases: danielptv/simplex-calculator

v2.1.0

19 May 05:49
Compare
Choose a tag to compare

✨ Enhancements

  • Improve input prompts including immediate validation and preview
  • Allow for editing of entered linear problems, i.e. to fix typos
  • Upgrade to Java 20

Full Changelog: v2.0.0...v2.1.0

v2.0.0 Migration to Spring Shell

14 May 17:13
a300169
Compare
Choose a tag to compare

✨ Enhancements

  • Migrate project to Spring Shell
  • Improve support for all platforms
  • Add support for minimization problems
  • Consistent interface independent of terminal and operating system thanks to Spring Shells JLine terminal

Full Changelog: v1.0.0...v2.0.0

v1.0.0 Initial release

08 Jan 16:15
Compare
Choose a tag to compare

Features

  • Calculation of optimal solutions to any linear problem
  • Detection for infeasible and unbounded problems as well as problems with multiple solutions
  • Two calculation modes: Exact and Rounded
  • Intermediate tableaus and highlighting of the pivot element for each iteration

An executable file is attached. Remember to follow the suggestions in the README.