Closed noahrhodes closed 3 years ago
Can you send me an example? The bug in JuMP was resolved some time ago, there might be another issue here.
well...it works now, and I'm almost ready to make the pull request :)
Just making this as a issue reference for the pull request
An issue in JuMP causes a constraint to fail when an iterator is empty. for example when there is no load in a time period of the Iterative restoration algorithm.
https://github.com/JuliaOpt/JuMP.jl/issues/2187.
Once this is fixed, restore the tests for the DC formulation of the Iterative Restoration problem.