
Go to the source code of this file.
Functions | |
| int | ComputeCut (GraphType *graph, idxtype *where) |
| int | CheckBnd (GraphType *graph) |
| int | CheckBnd2 (GraphType *graph) |
| int | CheckNodeBnd (GraphType *graph, int onbnd) |
| int | CheckRInfo (RInfoType *rinfo) |
| int | CheckNodePartitionParams (GraphType *graph) |
| int | IsSeparable (GraphType *graph) |
Definition at line 20 of file debug.c.
References graphdef::adjncy, graphdef::adjwgt, graphdef::nvtxs, and graphdef::xadj.
Referenced by Bnd2WayBalance(), ComputePartitionInfo(), ComputePartitionInfoBipartite(), FM_2WayEdgeRefine(), General2WayBalance(), Greedy_KWayEdgeBalance(), Greedy_KWayEdgeBalanceMConn(), Greedy_KWayEdgeRefine(), Greedy_KWayVolBalance(), Greedy_KWayVolBalanceMConn(), MCGreedy_KWayEdgeBalanceHorizontal(), MCRandom_KWayEdgeRefineHorizontal(), MocFM_2WayEdgeRefine(), MocFM_2WayEdgeRefine2(), MocGeneral2WayBalance(), MocGeneral2WayBalance2(), MocInit2WayBalance(), MocInit2WayBalance2(), Random_KWayEdgeRefine(), Random_KWayEdgeRefineMConn(), Random_KWayVolRefine(), and Random_KWayVolRefineMConn().
Definition at line 46 of file debug.c.
References graphdef::adjncy, graphdef::bndind, graphdef::bndptr, graphdef::nbnd, graphdef::nvtxs, graphdef::where, and graphdef::xadj.
Referenced by Bnd2WayBalance(), FM_2WayEdgeRefine(), General2WayBalance(), MocFM_2WayEdgeRefine(), MocFM_2WayEdgeRefine2(), MocGeneral2WayBalance(), MocGeneral2WayBalance2(), MocInit2WayBalance(), MocInit2WayBalance2(), MocRefine2Way(), MocRefine2Way2(), and Refine2Way().
Definition at line 82 of file debug.c.
References graphdef::adjncy, graphdef::adjwgt, graphdef::bndind, graphdef::bndptr, graphdef::nbnd, graphdef::nvtxs, graphdef::where, and graphdef::xadj.
Referenced by MocProjectKWayPartition(), and ProjectKWayPartition().
Definition at line 117 of file debug.c.
References graphdef::adjncy, graphdef::bndind, graphdef::bndptr, graphdef::nvtxs, graphdef::where, and graphdef::xadj.
Referenced by Compute2WayNodePartitionParams(), FM_2WayNodeBalance(), FM_2WayNodeRefine(), FM_2WayNodeRefine2(), FM_2WayNodeRefine_OneSided(), and FM_2WayNodeRefineEqWgt().
Definition at line 153 of file debug.c.
References rinfodef::edegrees, rinfodef::ndegrees, and edegreedef::pid.
Referenced by Greedy_KWayEdgeBalance(), Greedy_KWayEdgeBalanceMConn(), Greedy_KWayEdgeRefine(), MCGreedy_KWayEdgeBalanceHorizontal(), MCRandom_KWayEdgeRefineHorizontal(), MoveGroup(), MoveGroupMConn(), Random_KWayEdgeRefine(), and Random_KWayEdgeRefineMConn().
Definition at line 170 of file debug.c.
References graphdef::adjncy, graphdef::adjwgt, nrinfodef::edegrees, graphdef::nrinfo, graphdef::nvtxs, printf(), graphdef::pwgts, graphdef::vwgt, graphdef::where, and graphdef::xadj.
Referenced by ConstructMinCoverSeparator(), ConstructSeparator(), FM_2WayNodeBalance(), FM_2WayNodeRefine(), FM_2WayNodeRefine2(), FM_2WayNodeRefine_OneSided(), and FM_2WayNodeRefineEqWgt().
Definition at line 217 of file debug.c.
References graphdef::adjncy, graphdef::nvtxs, graphdef::where, and graphdef::xadj.
Referenced by ConstructMinCoverSeparator(), ConstructMinCoverSeparator0(), and ConstructSeparator().
1.5.5