ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
kwayfm.c File Reference
#include "metis.h"
Include dependency graph for kwayfm.c:

Go to the source code of this file.

Functions

void Random_KWayEdgeRefine (CtrlType *ctrl, GraphType *graph, int nparts, float *tpwgts, float ubfactor, int npasses, int ffactor)
 
void Greedy_KWayEdgeRefine (CtrlType *ctrl, GraphType *graph, int nparts, float *tpwgts, float ubfactor, int npasses)
 
void Greedy_KWayEdgeBalance (CtrlType *ctrl, GraphType *graph, int nparts, float *tpwgts, float ubfactor, int npasses)
 

Function Documentation

◆ Greedy_KWayEdgeBalance()

◆ Greedy_KWayEdgeRefine()

◆ Random_KWayEdgeRefine()