COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/digraph_test.cc

    r365 r354  
    2121#include <lemon/smart_graph.h>
    2222#include <lemon/full_graph.h>
     23//#include <lemon/hypercube_graph.h>
    2324
    2425#include "test_tools.h"
     
    112113}
    113114
     115
    114116void checkConcepts() {
    115117  { // Checking digraph components
     
    144146    checkConcept<Digraph, FullDigraph>();
    145147  }
     148//  { // Checking HyperCubeDigraph
     149//    checkConcept<Digraph, HyperCubeDigraph>();
     150//  }
    146151}
    147152
Note: See TracChangeset for help on using the changeset viewer.