Formulation Details

Three-phase formulation details

AbstractACPModel

Real-valued formulation from:

AbstractDCPModel

Applying all of the standard DC linearization tricks to the AbstractACPModel

SOCWRModel

Applying the standard BIM voltage cross-product (sine and cosine) substitution tricks to AbstractACPModel results immediately in a SOC formulation.

SDPUBFModel

The BFM SDP relaxation as described in:

Note that this formulation is complex-valued and additional steps are needed to implement this in JuMP.

SOCNLPUBFModel

The starting point is SDPUBFModel. The SDP constraint can be relaxed to a set of SOC constraints, starting from either the real or complex form of the matrix on which the PSD-ness constraint is applied.

SOCConicUBFModel

See SOCNLPUBFModel

LPfullUBFModel

Matrix formulation that generalizes simplified DistFlow equations, as introduced in :

Note that this formulation is complex-valued and additional steps are needed to implement this in JuMP.

LPdiagUBFModel

This formulation has originally been developed by Sankur et al.

This formulation is here cast as only considering the diagonal elements defined in LPfullUBFModel, which furthermore leads to the imaginary part of the lifted node voltage variable W being redundant and substituted out.

LPLinUBFModel

Scalar reformulation of:

This formulation was already derived in real variables and parameters.