COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/edge_set_test.cc

    r468 r512  
    3434
    3535void checkSmartArcSet() {
    36   checkConcept<concepts::Digraph, SmartArcSet<concepts::Digraph> >();
     36  checkConcept<concepts::Digraph, SmartArcSet<ListDigraph> >();
    3737
    3838  typedef ListDigraph Digraph;
     
    100100
    101101void checkListArcSet() {
    102   checkConcept<concepts::Digraph, SmartArcSet<concepts::Digraph> >();
     102  checkConcept<concepts::Digraph, SmartArcSet<ListDigraph> >();
    103103
    104104  typedef ListDigraph Digraph;
     
    180180
    181181void checkSmartEdgeSet() {
    182   checkConcept<concepts::Digraph, SmartEdgeSet<concepts::Digraph> >();
     182  checkConcept<concepts::Digraph, SmartEdgeSet<ListDigraph> >();
    183183
    184184  typedef ListDigraph Digraph;
     
    264264
    265265void checkListEdgeSet() {
    266   checkConcept<concepts::Digraph, ListEdgeSet<concepts::Digraph> >();
     266  checkConcept<concepts::Digraph, ListEdgeSet<ListDigraph> >();
    267267
    268268  typedef ListDigraph Digraph;
Note: See TracChangeset for help on using the changeset viewer.