Skip to main content

Seeking Guidance on Gurobi Optimization for Supply Chain Modeling

Awaiting user input

Comments

1 comment

  • Ronald van der Velden
    Gurobi Staff Gurobi Staff

    Hi Quin!

    These are interesting, but also broad questions :-) I'll just share the first that comes to mind, but others may have additional ideas and you may want to add details to guide us in the right direction.

    1. There are two important steps here - first translating your rules into mathematical equations, second implementing those equations using the Gurobi API. In which of those two steps do you need help? if it's the translation into equations, can you share more details about the business rules? If it's the implementation, can you share the equations?
    2. There are many, but ideally you would first have a working model and then let the logfiles guide you towards the "pain points". Addressing performance issues too early may be wasted time, since future changes to the model may completely invalidate your performance work. You may find our webinars on performance tuning and model strengthening interesting too.
    3. I guess the question is around efficiently re-optimizing an existing model after retrieving updated data right? The most important things you can do are (a) keep the model object in-memory and update it, instead of completely building it from scratch everytime - you may not only save time building the model, but Gurobi may reuse previous results too (b) if that is not possible, you may provide variable hints / start values based on the previous iteration.

    Kind regards,
    Ronald

    0

Please sign in to leave a comment.