src/work/marci/preflow_bug_8
author alpar
Fri, 03 Sep 2004 09:41:50 +0000
changeset 793 9cd0aeea47b0
permissions -rw-r--r--
- BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
and skeleton::ReadMap.
- 'skeleton::' is explicitely written instead of 'using namespace ...'
in graph_test.cc
- Output messages of type "makeRep(3)..." in unionfind_test.cc have been
changed in order not to confuse compiler output parsers.
marci@746
     1
p min 3 3
marci@746
     2
n 3 s
marci@746
     3
n 2 t
marci@746
     4
a 3 1 20 20
marci@746
     5
a 1 2 20 10
marci@746
     6
a 1 2 20 0