Dip  0.92.4
hmetis.h
Go to the documentation of this file.
1 void HMETIS_PartKway(int nvtxs, int nhedges, int* vwgts, int* eptr,
2  int* eind, int* hewgts, int nparts, int ubfactor,
3  int* options, int* part, int* edgecut);
4 
5 void HMETIS_PartRecursive(int nvtxs, int nhedges, int* vwgts, int* eptr,
6  int* eind, int* hewgts, int nparts, int ubfactor,
7  int* options, int* part, int* edgecut);
void HMETIS_PartKway(int nvtxs, int nhedges, int *vwgts, int *eptr, int *eind, int *hewgts, int nparts, int ubfactor, int *options, int *part, int *edgecut)
void HMETIS_PartRecursive(int nvtxs, int nhedges, int *vwgts, int *eptr, int *eind, int *hewgts, int nparts, int ubfactor, int *options, int *part, int *edgecut)