Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 643 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 643 Bytes

Python PULP Linear Programming Solver with UI

Usage:

  • This program requires:
    • Python 3
    • Pulp
    • Tkinter
  • You can run the code by typing: python3 pulp.py in Command Prompt.
  • You can get answer to your solution by following these simple steps:
    1. Choose problem type: Maximization or Minimization
    1. Enter total decision variables and then the objective function
    1. Enter total constraints and then input the constraints
    1. Click the find Optimal Solution Button and you will get your answer displayed on the screen.
  • The following screenshot shows a sample of the program: url