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

The solution space for the random spanning tree algorithm.
More...

#include <Solution_space_property_computers.hpp>

Functor

bool operator() (Solution_space &s)
 A functor to determine whether the stop condition is met. More...
 

Command line options

boost::program_options::options_description add_options (void)
 

Detailed Description

template<class Dummy = void>
class SBL::CADS::T_Random_spanning_tree_property< Dummy >

The solution space for the random spanning tree algorithm.

Parameters
DummyWe use a dummy template in order to be allowed to initialize any static parameters in this file.

Member Function Documentation

◆ add_options()

boost::program_options::options_description add_options ( void  )
inline

In this case we need propgram options to parameterize when the Stop condition is met.

◆ operator()()

bool operator() ( Solution_space &  s)
inline

A functor to determine whether the stop condition is met.