#include <bounded_degree_mst.hpp>
Public Member Functions | |
template<typename Problem , typename LP > | |
void | operator() (Problem &problem, LP &lp) |
Initialization of the IR Bounded Degree MST algorithm.
Definition at line 406 of file bounded_degree_mst.hpp.
|
inline |
Initializes the LP: variables for edges, degree bound constraints and constraint for all edges.
Definition at line 412 of file bounded_degree_mst.hpp.