Formulation Details

Three-phase formulation details

StandardACPForm

Real-valued formulation from:

StandardDCPForm

Applying all of the standard DC linearization tricks to the StandardACPForm

SOCWRForm

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

SDPUBFForm

The BFM SDP relaxation as described in:

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

SOCNLPUBFForm

The starting point is SDPUBFForm. 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.

SOCConicUBFForm

See SOCNLPUBFForm

LPfullUBFForm

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.

LPdiagUBFForm

This formulation has originally been developed by Sankur et al.

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

LPLinUBFForm

Scalar reformulation of:

This formulation was already derived in real variables and parameters.