#include "sym_proto.h"
#include "cnrp_const.h"
Go to the source code of this file.
|
#define | NOT_INTEGRAL -1 |
|
#define | OTHER_END(cur_edge, v) (cur_edge->data->v0 == v) ? cur_edge->data->v1 : cur_edge->data->v0 |
|
|
network *create_net | PROTO ((int *xind, double *xval, int edgenum, double etol, int *edges, double *demands, int vertnum)) |
|
int connected | PROTO ((network *n, int *compnodes, double *compdemands, int *compmembers, double *compcuts, double *compdensity)) |
|
int flow_connected | PROTO ((network *n, int *compnodes, double *compdemands, int *compmembers, double *compcuts, double *compdensity, double etol)) |
|
void free_net | PROTO ((network *n)) |
|
#define OTHER_END |
( |
|
cur_edge, |
|
|
|
v |
|
) |
| (cur_edge->data->v0 == v) ? cur_edge->data->v1 : cur_edge->data->v0 |
network *create_flow_net PROTO |
( |
(int *xind, double *xval, int edgenum, double etol, int *edges, double *demands, int vertnum) |
| ) |
|
int connected PROTO |
( |
(network *n, int *compnodes, double *compdemands, int *compmembers, double *compcuts, double *compdensity) |
| ) |
|
int flow_connected PROTO |
( |
(network *n, int *compnodes, double *compdemands, int *compmembers, double *compcuts, double *compdensity, double etol) |
| ) |
|
void free_net PROTO |
( |
(network *n) |
| ) |
|