Results 34 comments of Russell Bent

This should use the "operator" model of how relaxations are applied to expression trees (once this is implemented)

This should use the "operator" model of how relaxations are applied to expression trees (once this is implemented)

This should use the "operator" model of how relaxations are applied to expression trees (once this is implemented)

Should this capability be more general and live in InfrastructureModels?

Is this a default constraint for OTS? I don't recall seeing this as a required constraint in the literature for OTS and I can think of cases where isolating a...

Maybe I missed the definition of an active bus, but will this constraint require a bus with generation and load to have an active line?

Sure... the discussion point is this constraint ``` sum(z_branch[l] for (l,i,j) in bus_arcs) >= 1) ``` It seems like this constraint should only applied to those buses that have a...

Ok. If that is the case, you could probably also add a constraint of the form sum z_branch >= num_buses - 1

If your goal is a single connected component, ,I _think_ you can enforce this with a psuedo flow with the switch variables you already have. i.e. push n-1 units of...

I don't think we can rename p and q as sr and si. To many people "know" what p and q mean, and to replace that may cause too much...