You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link_phases method is a simpler wrapper for the more complex but more capable add_linkage_constraint method.
In order to allow the user to control things like the scaling factors for the imposed constraints, link_phases should support the following options and pass them to add_linkage_constraint.
units
scaler
adder
ref0
ref
linear
If connected is specified, then the above options will have no effect.
Note sign_a and sign_b are explicitly left out here, since the intent of link_phases is to provide continuity in value.
Proposed feature.
The
link_phases
method is a simpler wrapper for the more complex but more capableadd_linkage_constraint
method.In order to allow the user to control things like the scaling factors for the imposed constraints,
link_phases
should support the following options and pass them toadd_linkage_constraint
.units
scaler
adder
ref0
ref
linear
If
connected
is specified, then the above options will have no effect.Note
sign_a
andsign_b
are explicitly left out here, since the intent oflink_phases
is to provide continuity in value.Example
The text was updated successfully, but these errors were encountered: