Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Random_spanning_tree_generator< Graph > Class Template Reference

Generates a Random spanning tree over a given graph (using boost::graph). More...

#include <Spanning_tree_generators.hpp>

Detailed Description

template<class Graph>
class SBL::CADS::T_Random_spanning_tree_generator< Graph >

Generates a Random spanning tree over a given graph (using boost::graph).

Template Parameters
GraphRepresentation of the intersection graph.