Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
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) |
The solution space for the maximum spanning tree algorithm.
|
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).
|
inline |
A functor to decide wether we have met our stop condition.