test/suurballe_test.cc
branch1.1
changeset 801 deaf433636ca
parent 761 f1398882a928
parent 796 7e368d9b67f7
child 808 bdfc038f364c
equal deleted inserted replaced
5:7ec4484d38da 7:57391ed7a536
   105   k = suurb_test.findFlow(n, k);
   105   k = suurb_test.findFlow(n, k);
   106   suurb_test.findPaths();
   106   suurb_test.findPaths();
   107 
   107 
   108   int f;
   108   int f;
   109   VType c;
   109   VType c;
       
   110   ignore_unused_variable_warning(f,c);
       
   111 
   110   c = const_suurb_test.totalLength();
   112   c = const_suurb_test.totalLength();
   111   f = const_suurb_test.flow(e);
   113   f = const_suurb_test.flow(e);
   112   const SuurballeType::FlowMap& fm =
   114   const SuurballeType::FlowMap& fm =
   113     const_suurb_test.flowMap();
   115     const_suurb_test.flowMap();
   114   c = const_suurb_test.potential(n);
   116   c = const_suurb_test.potential(n);