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

Go to the source code of this file.

Functions

void METIS_mCPartGraphKway (int *nvtxs, int *ncon, idxtype *xadj, idxtype *adjncy, idxtype *vwgt, idxtype *adjwgt, int *wgtflag, int *numflag, int *nparts, float *rubvec, int *options, int *edgecut, idxtype *part)
 
int MCMlevelKWayPartitioning (CtrlType *ctrl, GraphType *graph, int nparts, idxtype *part, float *rubvec)
 

Function Documentation

◆ MCMlevelKWayPartitioning()

int MCMlevelKWayPartitioning ( CtrlType ctrl,
GraphType graph,
int  nparts,
idxtype part,
float *  rubvec 
)

◆ METIS_mCPartGraphKway()