hmetis.h

Go to the documentation of this file.
00001 void  HMETIS_PartKway(int nvtxs, int nhedges, int* vwgts, int* eptr,
00002                       int* eind, int* hewgts, int nparts, int ubfactor,
00003                       int* options, int* part, int* edgecut);
00004 
00005 void  HMETIS_PartRecursive(int nvtxs, int nhedges, int* vwgts, int* eptr,
00006                            int* eind, int* hewgts, int nparts, int ubfactor,
00007                            int* options, int* part, int* edgecut);

Generated on 12 Feb 2015 for Dip-All by  doxygen 1.6.1