00001 00031 #ifndef GALOIS_GRAPH_LCGRAPH_H 00032 #define GALOIS_GRAPH_LCGRAPH_H 00033 00034 #include "LC_CSR_Graph.h" 00035 #include "LC_InlineEdge_Graph.h" 00036 #include "LC_Linear_Graph.h" 00037 #include "LC_Morph_Graph.h" 00038 #include "LC_InOut_Graph.h" 00039 #include "Util.h" 00040 00041 #endif