コード例 #1
0
ファイル: Lab10.cs プロジェクト: barankiewicz/asd2
        public override void PerformTestCase(object prototypeObject)
        {
            ConstrainedFlows ap = (ConstrainedFlows)prototypeObject;

            circulation = ap.FindCirculation(G, demands);
        }
コード例 #2
0
ファイル: Lab10.cs プロジェクト: barankiewicz/asd2
        public override void PerformTestCase(object prototypeObject)
        {
            ConstrainedFlows ap = (ConstrainedFlows)prototypeObject;

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