Go to the source code of this file.
|
void | MocFM_2WayEdgeRefine2 (CtrlType *ctrl, GraphType *graph, float *tpwgts, float *orgubvec, int npasses) |
|
void | SelectQueue2 (int ncon, float *npwgts, float *tpwgts, int *from, int *cnum, PQueueType queues[MAXNCON][2], float *maxwgt) |
|
int | IsBetter2wayBalance (int ncon, float *newbal, float *oldbal, float *ubvec) |
|
int IsBetter2wayBalance |
( |
int |
ncon, |
|
|
float * |
newbal, |
|
|
float * |
oldbal, |
|
|
float * |
ubvec |
|
) |
| |
void MocFM_2WayEdgeRefine2 |
( |
CtrlType * |
ctrl, |
|
|
GraphType * |
graph, |
|
|
float * |
tpwgts, |
|
|
float * |
orgubvec, |
|
|
int |
npasses |
|
) |
| |
void SelectQueue2 |
( |
int |
ncon, |
|
|
float * |
npwgts, |
|
|
float * |
tpwgts, |
|
|
int * |
from, |
|
|
int * |
cnum, |
|
|
PQueueType |
queues[MAXNCON][2], |
|
|
float * |
maxwgt |
|
) |
| |