COIN-OR::LEMON - Graph Library

Changeset 109:abddaa08b507 in lemon-1.2 for test


Ignore:
Timestamp:
03/26/08 17:28:28 (16 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Porting SmartGraph? from svn -r 3481

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/graph_test.cc

    r107 r109  
    1919#include <lemon/concepts/graph.h>
    2020#include <lemon/list_graph.h>
    21 // #include <lemon/smart_graph.h>
     21#include <lemon/smart_graph.h>
    2222// #include <lemon/full_graph.h>
    2323// #include <lemon/grid_graph.h>
     
    4848  {
    4949    checkConcept<Graph, ListGraph>();   
    50 //     checkConcept<Graph, SmartGraph>();   
     50    checkConcept<Graph, SmartGraph>();   
    5151//     checkConcept<Graph, FullGraph>();   
    5252//     checkConcept<Graph, Graph>();   
     
    189189
    190190  check_graph<ListGraph>();
    191 //  check_graph<SmartGraph>();
     191  check_graph<SmartGraph>();
    192192
    193193//   {
Note: See TracChangeset for help on using the changeset viewer.