Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.5 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.5 KB

Linear Programming in Python

Solving optimization problems using the PuLP Python library.

Transshipment Example:

Currently working on the following types of problems:

  • Transportation
  • Blending
  • Transshipment
  • Assignment
  • Shortest Route
  • Maximal Flow

Graphics built using Networkx