
Go to the source code of this file.
Functions | |
| void | FM_2WayEdgeRefine (CtrlType *ctrl, GraphType *graph, int *tpwgts, int npasses) |
Definition at line 20 of file fm.c.
References abs(), graphdef::adjncy, graphdef::adjwgt, graphdef::adjwgtsum, graphdef::bndind, graphdef::bndptr, CheckBnd(), ComputeCut(), controldef::dbglvl, graphdef::ed, graphdef::id, idxamax(), idxset(), idxwspacefree(), idxwspacemalloc(), graphdef::mincut, graphdef::nbnd, graphdef::nvtxs, PQueueDelete(), PQueueFree(), PQueueGetMax(), PQueueInit(), PQueueInsert(), PQueueReset(), PQueueUpdate(), printf(), graphdef::pwgts, RandomPermute(), graphdef::vwgt, graphdef::where, and graphdef::xadj.
Referenced by GrowBisection(), GrowBisectionNode(), RandomBisection(), and Refine2Way().
1.5.5