COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/graph_test.cc

    r109 r107  
    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.