Exploit the changes of #190 in MCF test file (#234, #190)
authorPeter Kovacs <kpeter@inf.elte.hu>
Fri, 24 Apr 2009 12:23:53 +0200
changeset 662e3d9bff447ed
parent 661 19b6f20e0ea2
child 665 b95898314e09
Exploit the changes of #190 in MCF test file (#234, #190)
test/min_cost_flow_test.cc
     1.1 --- a/test/min_cost_flow_test.cc	Fri Apr 24 12:23:17 2009 +0200
     1.2 +++ b/test/min_cost_flow_test.cc	Fri Apr 24 12:23:53 2009 +0200
     1.3 @@ -233,12 +233,7 @@
     1.4    {
     1.5      typedef int Flow;
     1.6      typedef int Cost;
     1.7 -    // TODO: This typedef should be enabled if the standard maps are
     1.8 -    // reference maps in the graph concepts (See #190).
     1.9 -/**/
    1.10 -    //typedef concepts::Digraph GR;
    1.11 -    typedef ListDigraph GR;
    1.12 -/**/
    1.13 +    typedef concepts::Digraph GR;
    1.14      checkConcept< McfClassConcept<GR, Flow, Cost>,
    1.15                    NetworkSimplex<GR, Flow, Cost> >();
    1.16    }