CMR
1.3.0
|
#include <r10.hpp>
Public Types | |
typedef boost::adjacency_list< boost::vecS, boost::vecS, boost::undirectedS > | graph_t |
Static Public Member Functions | |
template<typename Graph > | |
static bool | is_r10_graph (const Graph &graph) |
Singleton class to test a bipartite graph to be ismorphic to the graphs representing R10.
typedef boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS> tu::bipartite_r10_graphs::graph_t |
|
inlinestatic |
Checks a given graph to be isomorphic to the ones stored.
graph | Given graph |