adolgert / CompetingClocks.jl

Simplest simulation to use non-Exponential transitions
MIT License
5 stars 0 forks source link

Example of Benders decomposition for structural optimization of dependent stochastic model #72

Open slwu89 opened 2 months ago

slwu89 commented 2 months ago

@adolgert I inteded to bring this up on one of our Friday meetings but there was a recent article with associated repo here (https://github.com/mitchopt/Combining-Optimization-and-Simulation-Using-Logic-Based-Benders-Decomposition) describing optimization of planning (number of machines, flow layout, etc) where each feasible solution is evaluated via DES. I need to go back and read the paper more carefully, but it should be a nice example.

slwu89 commented 2 months ago

The repo says it needs Gurboi, I suspect HiGHS has the necessary stuff to add cuts during the solve, but will need to examine that before I am sure.