CMR  1.3.0
Public Types | Static Public Member Functions | List of all members
tu::bipartite_r10_graphs Class Reference

#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)
 

Detailed Description

Singleton class to test a bipartite graph to be ismorphic to the graphs representing R10.

Member Typedef Documentation

◆ graph_t

typedef boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS> tu::bipartite_r10_graphs::graph_t

Member Function Documentation

◆ is_r10_graph()

template<typename Graph >
static bool tu::bipartite_r10_graphs::is_r10_graph ( const Graph &  graph)
inlinestatic

Checks a given graph to be isomorphic to the ones stored.

Parameters
graphGiven graph
Returns
true if and only if it is isomorphic to any of the two stored ones.

The documentation for this class was generated from the following file: