COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/min_cost_flow_test.cc

    r662 r656  
    234234    typedef int Flow;
    235235    typedef int Cost;
    236     typedef concepts::Digraph GR;
     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/**/
    237242    checkConcept< McfClassConcept<GR, Flow, Cost>,
    238243                  NetworkSimplex<GR, Flow, Cost> >();
Note: See TracChangeset for help on using the changeset viewer.