An open API service indexing awesome lists of open source software.

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.

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.