test/min_cost_flow_test.cc
changeset 672 029a48052c67
parent 656 e6927fe719e6
child 687 6c408d864fa1
equal deleted inserted replaced
4:c052bbe1cccb 5:107c8e3f7229
   231 {
   231 {
   232   // Check the interfaces
   232   // Check the interfaces
   233   {
   233   {
   234     typedef int Flow;
   234     typedef int Flow;
   235     typedef int Cost;
   235     typedef int Cost;
   236     // TODO: This typedef should be enabled if the standard maps are
   236     typedef concepts::Digraph GR;
   237     // reference maps in the graph concepts (See #190).
       
   238 /**/
       
   239     //typedef concepts::Digraph GR;
       
   240     typedef ListDigraph GR;
       
   241 /**/
       
   242     checkConcept< McfClassConcept<GR, Flow, Cost>,
   237     checkConcept< McfClassConcept<GR, Flow, Cost>,
   243                   NetworkSimplex<GR, Flow, Cost> >();
   238                   NetworkSimplex<GR, Flow, Cost> >();
   244   }
   239   }
   245 
   240 
   246   // Run various MCF tests
   241   // Run various MCF tests