pwrs.power_models.conic#

Public APIs for the four conic PowerModels formulations.

pwrs.power_models.conic.SDPWRMModel#

alias of CvxpyPowerModel

pwrs.power_models.conic.SOCBFConicModel#

alias of CvxpyPowerModel

pwrs.power_models.conic.SOCWRConicModel#

alias of CvxpyPowerModel

pwrs.power_models.conic.SparseSDPWRMModel#

alias of CvxpyPowerModel

pwrs.power_models.conic.build_sdpwrm_model(mpc)[source]#

Build the dense SDPWRM relaxation without solving it.

Parameters:

mpc (Any)

Return type:

CvxpyPowerModel

pwrs.power_models.conic.build_socbf_conic_model(mpc)[source]#

Build SOCBFConic without solving it.

Parameters:

mpc (Any)

Return type:

CvxpyPowerModel

pwrs.power_models.conic.build_socwr_conic_model(mpc)[source]#

Build SOCWRConic without solving it.

Parameters:

mpc (Any)

Return type:

CvxpyPowerModel

pwrs.power_models.conic.build_sparse_sdpwrm_model(mpc)[source]#

Build the chordal SparseSDPWRM relaxation without solving it.

Parameters:

mpc (Any)

Return type:

CvxpyPowerModel