https://github.com/shreyas9699/linearprogrammingoptimization
A simple code to under then Linear Programming and LPOpt.
https://github.com/shreyas9699/linearprogrammingoptimization
linear-programming optimization optimization-algorithms python supply-chain-management
Last synced: 8 months ago
JSON representation
A simple code to under then Linear Programming and LPOpt.
- Host: GitHub
- URL: https://github.com/shreyas9699/linearprogrammingoptimization
- Owner: Shreyas9699
- Created: 2023-10-12T07:10:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T06:37:56.000Z (about 2 years ago)
- Last Synced: 2025-07-29T03:49:37.670Z (11 months ago)
- Topics: linear-programming, optimization, optimization-algorithms, python, supply-chain-management
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinearProgrammingOptimization
An Introduction to Linear Programming Optimization (LPOpt), this code explains LP and LPOpt tools with the help of SciPy (Python) and matplotlib for visualization. We use a simple real-life situation, then convert the business need into a Mathematical Linear Problem. Solver the Linear Problem using LPOpt tool.