Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 455 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 455 Bytes

Introduction to Optimization with PuLP

LP

PuLP is undoubtedly one of the most useful and intuitive optimization libraries for Python.

However, most of the example cases found on web are somewhat outdated and not very easy to understand.

In this repository, we have revisited some of these example cases using Pandas and NumPy, and offered a more intuitive and easier approcah for using PuLP.