pwrs.power_models.cvxpy.formulations.sdp#

Dense and chordal sparse semidefinite W-space OPF relaxations.

pwrs.power_models.cvxpy.formulations.sdp.build_sdpwrm_power_model(mpc)[source]#

Build the dense real-block representation of PowerModels’ SDPWRM.

Parameters:

mpc (Any)

Return type:

CvxpyPowerModel

pwrs.power_models.cvxpy.formulations.sdp.build_sparse_sdpwrm_power_model(mpc)[source]#

Build a chordal sparse SDPWRM with shared overlap variables.

Parameters:

mpc (Any)

Return type:

CvxpyPowerModel