Skip to content

Personal Project: Python PULP Linear Programming Solver for Optimality

Notifications You must be signed in to change notification settings

usmanf07/pulp-solver-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Personal Project: Python PULP Linear Programming Solver for Optimality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages