#include "sym_proto.h"#include "cnrp_const.h"Include dependency graph for network.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | EDGE |
| struct | ELIST |
| struct | VERTEX |
| struct | NETWORK |
Defines | |
| #define | NOT_INTEGRAL -1 |
| #define | OTHER_END(cur_edge, v) (cur_edge->data->v0 == v) ? cur_edge->data->v1 : cur_edge->data->v0 |
Typedefs | |
| typedef EDGE | edge |
| typedef ELIST | elist |
| typedef VERTEX | vertex |
| typedef NETWORK | network |
Functions | |
| 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) | ) |
1.4.7