All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
paal::detail::multiway_cut_lp< LP > Class Template Reference

Public Member Functions

template<typename Graph , typename IndexMap , typename WeightMap , typename ColorMap >
void init (const Graph &graph, int k, const IndexMap &index_map, const WeightMap &weight_map, const ColorMap &color_map)
 Initialize the cut LP.
 

Public Attributes

LP m_lp
 
std::vector< lp::col_idedges_column
 
std::vector< lp::col_idvertices_column
 

Detailed Description

template<typename LP>
class paal::detail::multiway_cut_lp< LP >

Definition at line 53 of file multiway_cut.hpp.


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