abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
libhmetis.h
Go to the documentation of this file.
1 // A. Hurst ahurst@eecs.berkeley.edu
2 
3 #ifndef ABC__phys__place__libhmetis_h
4 #define ABC__phys__place__libhmetis_h
5 
6 
8 
9 
10 static void HMETIS_PartRecursive(int nvtxs,
11  int nhedges,
12  int *vwgts,
13  int *eptr,
14  int *eind,
15  int *hewgts,
16  int nparts,
17  int nbfactor,
18  int *options,
19  int *part,
20  int *edgecnt ) {} //;
21 
22 
23 static void HMETIS_PartKway(int nvtxs,
24  int nhedges,
25  int *vwgts,
26  int *eptr,
27  int *eind,
28  int *hewgts,
29  int nparts,
30  int nbfactor,
31  int *options,
32  int *part,
33  int *edgecnt ) {} //;
34 
35 
36 
38 
39 #endif
static ABC_NAMESPACE_HEADER_START void HMETIS_PartRecursive(int nvtxs, int nhedges, int *vwgts, int *eptr, int *eind, int *hewgts, int nparts, int nbfactor, int *options, int *part, int *edgecnt)
Definition: libhmetis.h:10
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
Definition: abc_global.h:105
#define ABC_NAMESPACE_HEADER_END
Definition: abc_global.h:106
static void HMETIS_PartKway(int nvtxs, int nhedges, int *vwgts, int *eptr, int *eind, int *hewgts, int nparts, int nbfactor, int *options, int *part, int *edgecnt)
Definition: libhmetis.h:23