pwrs.power_models.socwr#
Public build and solve API for the SOCWR formulation.
- pwrs.power_models.socwr.SOCWRModel#
alias of
PyomoPowerModel
- pwrs.power_models.socwr.build_socwr_model(mpc)[source]#
Build a non-conic SOCWR model without solving it.
- Parameters:
mpc (Any)
- Return type:
- pwrs.power_models.socwr.solve_socwr_model(problem, mpopt, nargout=1)[source]#
Solve a previously constructed and optionally extended SOCWR model.
- Parameters:
problem (PyomoPowerModel)
mpopt (Any)
nargout (int)