Exemple #1
0
        public override void PerformTestCase(object prototypeObject)
        {
            ConstrainedFlows ap = (ConstrainedFlows)prototypeObject;

            circulation = ap.FindCirculation(G, demands);
        }
Exemple #2
0
        public override void PerformTestCase(object prototypeObject)
        {
            ConstrainedFlows ap = (ConstrainedFlows)prototypeObject;

            flow = ap.FindConstrainedFlow(source, sink, G, lower);
        }