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_id > | edges_column |
std::vector< lp::col_id > | vertices_column |
Definition at line 53 of file multiway_cut.hpp.