00001
00024 #ifndef DEFS_H_
00025 #define DEFS_H_
00026 #include "MetisGraph.h"
00027 void fmTwoWayEdgeRefine(MetisGraph* metisGraph, int* tpwgts, int npasses);
00028 void balanceTwoWay(MetisGraph* metisGraph, int* tpwgts) ;
00029 void refineKWay(MetisGraph* metisGraph, MetisGraph* orgGraph, float* tpwgts, float ubfactor, int nparts);
00030 void greedyKWayEdgeBalance(MetisGraph* metisGraph, int nparts, float* tpwgts, float ubfactor,
00031 int npasses);
00032 void bisection(MetisGraph* metisGraph, int* tpwgts, int coarsenTo);
00033 void refineTwoWay(MetisGraph* metisGraph, MetisGraph* orgGraph, int* tpwgts);
00034
00035 #endif