Skip to content

emrecodding/Optimization-with-Pyomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Optimization with Pyomo

Here is a Linear Problem for assignment with pyomo, gurobi.

In this part, I chose some datas for application.

There are some goods and plants which can produce them. The hours column means the necessary hours to produce 100 kg.

As you can see, some products can be produced at different plant with different hours.

The objective function is to assign the most amount using plant that has minimum hours.

You can use the Big M method to solve by handle. However, When the number of datas increase, you should probably prefer a solver.

About

Production Optimization LP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages