Hitmap 1.3
|
#include <metis.h>
Go to the source code of this file.
Functions | |
void | MocInit2WayPartition (CtrlType *ctrl, GraphType *graph, float *tpwgts, float ubfactor) |
void | MocGrowBisection (CtrlType *ctrl, GraphType *graph, float *tpwgts, float ubfactor) |
void | MocRandomBisection (CtrlType *ctrl, GraphType *graph, float *tpwgts, float ubfactor) |
void | MocInit2WayBalance (CtrlType *ctrl, GraphType *graph, float *tpwgts) |
int | SelectQueueOneWay (int ncon, float *npwgts, float *tpwgts, int from, PQueueType queues[MAXNCON][2]) |
Definition at line 21 of file minitpart.c.
int SelectQueueOneWay | ( | int | ncon, |
float * | npwgts, | ||
float * | tpwgts, | ||
int | from, | ||
PQueueType | queues[MAXNCON][2] | ||
) |
Definition at line 339 of file minitpart.c.