summaryrefslogtreecommitdiffstats
path: root/src/phys/place/libhmetis.h
blob: e625132592efc1dc780fab9169de3cfaada407ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// A. Hurst ahurst@eecs.berkeley.edu

#ifndef ABC__phys__place__libhmetis_h
#define ABC__phys__place__libhmetis_h


ABC_NAMESPACE_HEADER_START


static 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 ) {} //;


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 ) {} //;



ABC_NAMESPACE_HEADER_END

#endif