#include <bounded_degree_mst.hpp>
Public Member Functions | |
bdmst_set_solution (double epsilon=bounded_degree_mst_compare_traits::EPSILON) | |
template<typename Problem , typename GetSolution > | |
void | operator() (Problem &problem, const GetSolution &solution) |
Set Solution component of the IR Bounded Degree MST algorithm.
Definition at line 473 of file bounded_degree_mst.hpp.
|
inline |
Constructor. Takes epsilon used in double comparison.
Definition at line 477 of file bounded_degree_mst.hpp.
|
inline |
Creates the result spanning tree form the LP (all edges corresponding to columns with value 1).
Definition at line 486 of file bounded_degree_mst.hpp.