https://github.com/matheusphalves/simplex-algorithm
Basic implementation of Simplex Algorithm for maximization problems
https://github.com/matheusphalves/simplex-algorithm
optimization-algorithms simplex-algorithm simplex-method
Last synced: 10 days ago
JSON representation
Basic implementation of Simplex Algorithm for maximization problems
- Host: GitHub
- URL: https://github.com/matheusphalves/simplex-algorithm
- Owner: matheusphalves
- License: gpl-3.0
- Created: 2022-04-21T00:25:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T22:59:32.000Z (over 3 years ago)
- Last Synced: 2025-02-21T09:34:35.743Z (9 months ago)
- Topics: optimization-algorithms, simplex-algorithm, simplex-method
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplex-algorithm
Basic implementation of Simplex Algorithm for maximization problems