Go to the documentation of this file.
25 #define NOT_INTEGRAL -1
26 #define OTHER_END(cur_edge, v) \
27 (cur_edge->data->v0 == v) ? cur_edge->data->v1 : cur_edge->data->v0
49 #ifdef COMPILE_OUR_DECOMP
110 network *createnet
PROTO((
int *xind,
double *xval,
int edgenum,
double etol,
111 int *edges,
int *demands,
int vertnum));
113 network *createnet2
PROTO((
int *xind,
double *xval,
int edgenum,
double etol,
114 int *edges,
int *demands,
int vertnum,
117 int connected
PROTO((
network *n,
int *compnodes,
int *compdemands,
118 int *compmembers,
double *compcuts,
double *compdensity));