Esempio n. 1
0
        public override void PerformTestCase(object prototypeObject)
        {
            ConstrainedFlows ap = (ConstrainedFlows)prototypeObject;

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

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