Pyomo / PyomoGallery

A collection of Pyomo examples
Other
284 stars 158 forks source link

Conclusion in transport.ipynb #11

Open kwbln opened 4 years ago

kwbln commented 4 years ago

Hello Pyomos!

where do you take the 50 cases from Seattle to New-York from in your conlusion?

Solution Information Variable: x[seattle,chicago]: Value: 300 x[san-diego,topeka]: Value: 275 x[san-diego,new-york]: Value: 325 Constraint: No values

This solution shows that the minimum transport costs is attained when 300 cases are sent from the Seattle plant to the Chicago market, 50 cases from Seattle to New-York and 275 cases each are sent from San-Diego plant to New-York and Topeka markets.

blnicho commented 4 years ago

It looks like the solution was updated at some point and the text in the Jupyter notebook was not updated to match