Dip 0.95.0
Loading...
Searching...
No Matches
hmetis.h
Go to the documentation of this file.
1void 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
5void 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)