COIN-OR::LEMON - Graph Library

Changeset 919:6153d9cf78c6 in lemon-0.x for src/test/graph_test.cc


Ignore:
Timestamp:
09/29/04 16:02:14 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1230
Message:
  • Backport -r1227 and -r1220
  • Temporarily remove (move to attic) tight_edge_filter.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_test.cc

    r909 r919  
    6464    checkGraphInEdgeList(G,n,3);
    6565    checkGraphOutEdgeList(G,n,3);
     66    ++n;
    6667  } 
    6768}
     
    8283
    8384//Compile SymSmartGraph
    84 //template void hugo::checkCompileGraph<SymSmartGraph>(SymSmartGraph &);
    85 //template void hugo::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
     85template void hugo::checkCompileGraph<SymSmartGraph>(SymSmartGraph &);
     86template void hugo::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
    8687
    8788//Compile ListGraph
     
    9293
    9394//Compile SymListGraph
    94 //template void hugo::checkCompileGraph<SymListGraph>(SymListGraph &);
    95 //template void hugo::checkCompileErasableGraph<SymListGraph>(SymListGraph &);
    96 //template void hugo::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
     95template void hugo::checkCompileGraph<SymListGraph>(SymListGraph &);
     96template void hugo::checkCompileErasableGraph<SymListGraph>(SymListGraph &);
     97template void hugo::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
    9798
    9899//Compile FullGraph
     
    131132  }
    132133  {
    133     //    SymSmartGraph G;
    134     //    addPetersen(G);
    135     //    checkPetersen(G);
     134    SymSmartGraph G;
     135    addPetersen(G);
     136    checkPetersen(G);
    136137  }
    137138  {
    138     //    SymListGraph G;
    139     //    addPetersen(G);
    140     //    checkPetersen(G);
     139    SymListGraph G;
     140    addPetersen(G);
     141    checkPetersen(G);
    141142  }
    142143
Note: See TracChangeset for help on using the changeset viewer.