ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
balance.c File Reference
#include "metis.h"
Include dependency graph for balance.c:

Go to the source code of this file.

Functions

void Bnd2WayBalance (CtrlType *ctrl, GraphType *graph, int *tpwgts)
 
void General2WayBalance (CtrlType *ctrl, GraphType *graph, int *tpwgts)
 
void Balance2Way (CtrlType *ctrl, GraphType *graph, int *tpwgts, float ubfactor)
 

Function Documentation

◆ Balance2Way()

void Balance2Way ( CtrlType ctrl,
GraphType graph,
int *  tpwgts,
float  ubfactor 
)

◆ Bnd2WayBalance()

◆ General2WayBalance()