[Lemon-commits] Peter Kovacs: Exploit the changes of #190 in MCF...
Lemon HG
hg at lemon.cs.elte.hu
Fri Apr 24 13:15:15 CEST 2009
details: http://lemon.cs.elte.hu/hg/lemon/rev/e3d9bff447ed
changeset: 647:e3d9bff447ed
user: Peter Kovacs <kpeter [at] inf.elte.hu>
date: Fri Apr 24 12:23:53 2009 +0200
description:
Exploit the changes of #190 in MCF test file (#234, #190)
diffstat:
test/min_cost_flow_test.cc | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (17 lines):
diff --git a/test/min_cost_flow_test.cc b/test/min_cost_flow_test.cc
--- a/test/min_cost_flow_test.cc
+++ b/test/min_cost_flow_test.cc
@@ -233,12 +233,7 @@
{
typedef int Flow;
typedef int Cost;
- // TODO: This typedef should be enabled if the standard maps are
- // reference maps in the graph concepts (See #190).
-/**/
- //typedef concepts::Digraph GR;
- typedef ListDigraph GR;
-/**/
+ typedef concepts::Digraph GR;
checkConcept< McfClassConcept<GR, Flow, Cost>,
NetworkSimplex<GR, Flow, Cost> >();
}
More information about the Lemon-commits
mailing list