NREL-Sienna / PowerSimulations.jl

Julia for optimization simulation and modeling of PowerSystems. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.
https://www.nrel.gov/analysis/sienna.html
BSD 3-Clause "New" or "Revised" License
272 stars 52 forks source link

Numerical Bounds check too slow #1083

Closed jd-lara closed 1 week ago

jd-lara commented 4 months ago

When the model has many branches, the numerical bounds checks are too slow. There is a need to improve the performance of the code in https://github.com/NREL-Sienna/PowerSimulations.jl/blob/fd01ee1f3fbf7dc8ad55c896cc2fa28c57c495c6/src/operation/model_numerical_analysis_utils.jl

jd-lara commented 3 weeks ago

This is also related to https://github.com/jump-dev/HiGHS.jl/issues/207

jd-lara commented 1 week ago

closing since it isn't related to PSI directly