You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found this library and wanted to explore before trying to code something up myself. Dealing with a non-lin optimization problem where I have constraints of having to have x tonnes of a commodity at a port at y date. I have three possible options where each option has 1. price & logistics cost, 2. time to port, 3. amount of commodity available.
Given those constraints, I'd like to solve for profit maximization, given limited ordering from each location.
Is this something supplychainpy can solve?
Thx.
The text was updated successfully, but these errors were encountered:
Sorry for my late reply. Unfortunately, the library cannot assist you with the optimisation problem you are exploring.
Pyomo is a popular library for optimisation modelling and might be more helpful. Please also have a look at the list hosted on this Wiki. I hope this is useful.
Hey Kevin,
Found this library and wanted to explore before trying to code something up myself. Dealing with a non-lin optimization problem where I have constraints of having to have x tonnes of a commodity at a port at y date. I have three possible options where each option has 1. price & logistics cost, 2. time to port, 3. amount of commodity available.
Given those constraints, I'd like to solve for profit maximization, given limited ordering from each location.
Is this something supplychainpy can solve?
Thx.
The text was updated successfully, but these errors were encountered: