public override void PerformTestCase(object prototypeObject) { ConstrainedFlows ap = (ConstrainedFlows)prototypeObject; circulation = ap.FindCirculation(G, demands); }
public override void PerformTestCase(object prototypeObject) { ConstrainedFlows ap = (ConstrainedFlows)prototypeObject; flow = ap.FindConstrainedFlow(source, sink, G, lower); }