The solution space for the random spanning tree algorithm.
More...
#include <Solution_space_property_computers.hpp>
|
| bool | operator() (Solution_space &s) |
| | A functor to determine whether the stop condition is met. More...
|
| |
|
| boost::program_options::options_description | add_options (void) |
| |
template<class Dummy = void>
class SBL::CADS::T_Random_spanning_tree_property< Dummy >
The solution space for the random spanning tree algorithm.
- Parameters
-
| Dummy | We use a dummy template in order to be allowed to initialize any static parameters in this file. |
◆ 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.