Skip to content

Releases: xeland314/simplex

🚀 Release v0.1.1 — Enhanced Error Handling & Decimal Precision

27 Sep 03:00
7bf8792

Choose a tag to compare

🚀 Release v0.1.1 — Enhanced Error Handling & Decimal Precision

This update improves the robustness and accuracy of Simplex Solver:

🔧 New Features:

  • Added error handling for unbounded or unsolvable linear programs
  • Improved parsing and precision of decimal coefficients in constraints

🧪 Technical Improvements:

  • Better detection of infeasible or degenerate cases
  • Enhanced numerical stability for decimal inputs

📦 Packaging:

  • Still distributed as AppImage for Linux
  • Source code updated with the latest fixes and enhancements

Simplex Solver

13 Sep 21:27
7849dc5

Choose a tag to compare

This is the first public release of Simplex Solver, a lightweight application for solving linear programming problems using the simplex method.

🚀 Features:

  • Simple and intuitive GUI built with PySide6
  • Supports the standard simplex method for LP problems
  • Includes an "About" dialog with author and license info
  • Packaged as an AppImage for easy Linux distribution

⚠️ Note:
Currently, only the Linux version is available. Windows and macOS builds are not yet supported.

🔗 Source code and build instructions are available in the repository.