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
the function _PM.constraint_power_magnitude_sqr_on_off(pm::_PM.AbstractQCWRModel, n::Int, i, f_bus, arc_from, tm) overwrite the PowerModels function by the same name, breaking precompilation.
However, QC is not currently a supported formulation for these problems, and has no test coverage. This dead code breaks precompilation for no good reason.
The text was updated successfully, but these errors were encountered:
the function
_PM.constraint_power_magnitude_sqr_on_off(pm::_PM.AbstractQCWRModel, n::Int, i, f_bus, arc_from, tm)
overwrite the PowerModels function by the same name, breaking precompilation.However, QC is not currently a supported formulation for these problems, and has no test coverage. This dead code breaks precompilation for no good reason.
The text was updated successfully, but these errors were encountered: