https://github.com/naimcode/mplex
Windows/MacOS Software for Solving Linear Equations Using the Simplex Method
https://github.com/naimcode/mplex
Last synced: 12 months ago
JSON representation
Windows/MacOS Software for Solving Linear Equations Using the Simplex Method
- Host: GitHub
- URL: https://github.com/naimcode/mplex
- Owner: NaimCode
- Created: 2022-01-07T19:29:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T09:20:31.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T02:44:58.367Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linear Equations Solver using Simplex Method

A Flutter application for solving linear equations using the simplex method. This software provides an intuitive graphical interface for inputting linear equations and obtaining their solutions through the simplex algorithm.
## Features
- User-friendly interface for inputting linear equations and constraints.
- Efficient simplex algorithm implementation for accurate solutions.
- Real-time visualization of the simplex tableau and steps.
- Support for both Windows and MacOS platforms.