Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 173 Bytes

File metadata and controls

10 lines (8 loc) · 173 Bytes

Linear Programming in Python

To run the notebook, you'll need a few libraries:

pip install jupyter
pip install matplotlib
pip install pulp
pip install ipywidgets