ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
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
10static 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
23static 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
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.