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

#include <bounded_degree_mst.hpp>

Public Member Functions

template<typename Problem , typename LP >
void operator() (Problem &problem, LP &lp)
 

Detailed Description

Initialization of the IR Bounded Degree MST algorithm.

Definition at line 406 of file bounded_degree_mst.hpp.

Member Function Documentation

template<typename Problem , typename LP >
void paal::ir::bdmst_init::operator() ( Problem &  problem,
LP lp 
)
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.


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