Closed bknueven closed 3 years ago
The Pyomo dual suffix will always be on the top-level model. When the relaxed flag is True, this PR ensures we use the dual attribute on the top-level model, in case m is not the top-level model.
relaxed
True
dual
m
The Pyomo dual suffix will always be on the top-level model. When the
relaxed
flag isTrue
, this PR ensures we use thedual
attribute on the top-level model, in casem
is not the top-level model.