All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::ir::bdmst_set_solution Struct Reference

#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)
 

Detailed Description

Set Solution component of the IR Bounded Degree MST algorithm.

Definition at line 473 of file bounded_degree_mst.hpp.

Constructor & Destructor Documentation

paal::ir::bdmst_set_solution::bdmst_set_solution ( double  epsilon = bounded_degree_mst_compare_traits::EPSILON)
inline

Constructor. Takes epsilon used in double comparison.

Definition at line 477 of file bounded_degree_mst.hpp.

Member Function Documentation

template<typename Problem , typename GetSolution >
void paal::ir::bdmst_set_solution::operator() ( Problem &  problem,
const GetSolution &  solution 
)
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.


The documentation for this struct was generated from the following file: