COIN-OR::LEMON - Graph Library

Changeset 615:e3d9bff447ed in lemon-1.2 for test


Ignore:
Timestamp:
04/24/09 12:23:53 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Exploit the changes of #190 in MCF test file (#234, #190)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/min_cost_flow_test.cc

    r609 r615  
    234234    typedef int Flow;
    235235    typedef int Cost;
    236     // TODO: This typedef should be enabled if the standard maps are
    237     // reference maps in the graph concepts (See #190).
    238 /**/
    239     //typedef concepts::Digraph GR;
    240     typedef ListDigraph GR;
    241 /**/
     236    typedef concepts::Digraph GR;
    242237    checkConcept< McfClassConcept<GR, Flow, Cost>,
    243238                  NetworkSimplex<GR, Flow, Cost> >();
Note: See TracChangeset for help on using the changeset viewer.