jeanpaulwatson
jeanpaulwatson
Analogous to slack types, change the network constraints/representation selectors in the UC model generators from strings to enums.
Egret mirrors Matpower convention, which treats 0 as unlimited in the case of branch limits. This is a mildly weird convention, and I as a user would like to know...
When including feasibility slacks, we should provide two options: (1) The existing option, which is strictly intended to model load shed and over-gen associated with a given bus (consequently, e.g.,...
We temporarily disabled the test_logging() test function (by re-naming it to _test_logging()), as it was failing for reasons we did not understand - and the test failures were blocking merging...
The title says it all!
Lines with thermal limits equal to None are not handled consistently in AC model constructors (acopf.py) and are not presently handled at all in UC model constructors (e.g., see ptdf_utils.py).
With pyomo master (as of mid last week) and egret master (as of today), I am seeing the following when running "pytest test_unit_commitment" from the "models/tests" sub-directory. I am using...
Given contrib.iis, it would be very useful to add an option to xhatters that would automatically write the IIS files. This comes up a lot, e.g., for models that *should*...
Toward 100 iterations or so, cross scenario cuts being injected into the sub-problems yields negative gaps and other very odd/wrong behaviors.