Functions |
template<typename ORIGINAL_GRAPH , typename LIFTED_GRAPH , typename SET , typename ECA > |
double | kernighanLin (const ORIGINAL_GRAPH &original_graph, const LIFTED_GRAPH &lifted_graph, const ECA &edge_costs, SET &A, SET &B, TwoCutBuffers< ORIGINAL_GRAPH > &buffer, const TwoCutSettings settings) |
template<typename ORIGINAL_GRAPH , typename LIFTED_GRAPH , typename SET , typename ECA > |
double | kernighanLin (const ORIGINAL_GRAPH &original_graph, const LIFTED_GRAPH &lifted_graph, const ECA &edge_costs, SET &A, SET &B, const TwoCutSettings settings) |