Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Maximum_spanning_tree_property Class Reference

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

#include <Solution_space_property_computers.hpp>

Functor

bool operator() (Solution_space s)
 A functor to decide wether we have met our stop condition. More...
 

Command line options

boost::program_options::options_description add_options (void)
 

Detailed Description

The solution space for the maximum spanning tree algorithm.

Member Function Documentation

◆ add_options()

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

The program options depend on the solution space, so it is mandatory that each of the property computers have an add_options function (even if in this case we do not add any options).

◆ operator()()

bool operator() ( Solution_space  s)
inline

A functor to decide wether we have met our stop condition.