mt-Metis
macros.h
Go to the documentation of this file.
1 
13 #ifndef MTMETIS_MACROS_H
14 #define MTMETIS_MACROS_H
15 
16 
17 
18 
19 /******************************************************************************
20 * MACROS **********************************************************************
21 ******************************************************************************/
22 
23 
24 #define MAXDEGREEFOR2HOP 20
25 
26 /* initial partitioning */
27 #define NSOLUTIONS 16
28 #define TPPRATIO 4
29 
30 
31 
32 
33 
34 #endif