Releases: xeland314/simplex
Releases · xeland314/simplex
🚀 Release v0.1.1 — Enhanced Error Handling & Decimal Precision
🚀 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
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
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.