lemon/hypercube_graph.h
changeset 1993 2115143eceea
parent 1986 9b56cca61e2e
child 1998 2ba916d7aae3
equal deleted inserted replaced
9:9b483db0c605 10:b389c456a8ee
    19 #ifndef HYPERCUBE_GRAPH_H
    19 #ifndef HYPERCUBE_GRAPH_H
    20 #define HYPERCUBE_GRAPH_H
    20 #define HYPERCUBE_GRAPH_H
    21 
    21 
    22 #include <iostream>
    22 #include <iostream>
    23 #include <vector>
    23 #include <vector>
    24 #include <lemon/invalid.h>
    24 #include <lemon/bits/invalid.h>
    25 #include <lemon/utility.h>
    25 #include <lemon/bits/utility.h>
    26 #include <lemon/error.h>
    26 #include <lemon/error.h>
    27 
    27 
    28 #include <lemon/bits/graph_extender.h>
    28 #include <lemon/bits/graph_extender.h>
    29 
    29 
    30 ///\ingroup graphs
    30 ///\ingroup graphs