An open API service indexing awesome lists of open source software.

https://github.com/khuyentran1401/linear-programming-with-pulp


https://github.com/khuyentran1401/linear-programming-with-pulp

discrete-optimization integer-programming linear-programming mathematical-programming optimization pulp python

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# What is Linear Programming?
Linear programming is an optimization technique for a system of linear constraints and a linear objective function.

An objective function defines the quantity to be optimized with the goal to find the values of the variables that maximize or minimize the objective function

# PuLP
Pulp is an LP modeler writtern in Python, that is used to solve linear problems

# Problems
PuLP is used to solve different LP problems with high real-world applications. The descriptions about the problem can be found in each notebook