Functions for the edge-based FM refinement. More...
#include "metislib.h"
Go to the source code of this file.
Functions | |
void | FM_2WayCutRefine (ctrl_t *ctrl, graph_t *graph, real_t *ntpwgts, idx_t niter) |
void | FM_2WayRefine (ctrl_t *ctrl, graph_t *graph, real_t *ntpwgts, idx_t niter) |
void | FM_Mc2WayCutRefine (ctrl_t *ctrl, graph_t *graph, real_t *ntpwgts, idx_t niter) |
void | Print2WayRefineStats (ctrl_t *ctrl, graph_t *graph, real_t *ntpwgts, real_t deltabal, idx_t mincutorder) |
void | SelectQueue (graph_t *graph, real_t *pijbm, real_t *ubfactors, rpq_t **queues, idx_t *from, idx_t *cnum) |
Functions for the edge-based FM refinement.
$Id: fm.c 10187 2011-06-13 13:46:57Z karypis $
Definition in file fm.c.