#include <space.h>Go to the source code of this file.
Macros | |
| #define | FREE -1 |
| #define | SOURCE -2 |
| #define | SINK -3 |
Functions | |
| gbipart_t * | newBipartiteGraph (PORD_INT nX, PORD_INT nY, PORD_INT nedges) |
| void | freeBipartiteGraph (gbipart_t *Gbipart) |
| void | printGbipart (gbipart_t *Gbipart) |
| gbipart_t * | setupBipartiteGraph (graph_t *G, PORD_INT *bipartvertex, PORD_INT nX, PORD_INT nY, PORD_INT *vtxmap) |
| void | maximumMatching (gbipart_t *Gbipart, PORD_INT *matching) |
| void | maximumFlow (gbipart_t *Gbipart, PORD_INT *flow, PORD_INT *rc) |
| void | DMviaMatching (gbipart_t *Gbipart, PORD_INT *matching, PORD_INT *dmflag, PORD_INT *dmwght) |
| void | DMviaFlow (gbipart_t *Gbipart, PORD_INT *flow, PORD_INT *rc, PORD_INT *dmflag, PORD_INT *dmwght) |
| void DMviaFlow | ( | gbipart_t * | Gbipart, |
| PORD_INT * | flow, | ||
| PORD_INT * | rc, | ||
| PORD_INT * | dmflag, | ||
| PORD_INT * | dmwght ) |
Definition at line 528 of file gbipart.c.
| void DMviaMatching | ( | gbipart_t * | Gbipart, |
| PORD_INT * | matching, | ||
| PORD_INT * | dmflag, | ||
| PORD_INT * | dmwght ) |
Definition at line 435 of file gbipart.c.
| void freeBipartiteGraph | ( | gbipart_t * | Gbipart | ) |
Definition at line 322 of file gbipart.c.
Definition at line 195 of file gbipart.c.
| void printGbipart | ( | gbipart_t * | Gbipart | ) |
Definition at line 91 of file gbipart.c.
| gbipart_t * setupBipartiteGraph | ( | graph_t * | G, |
| PORD_INT * | bipartvertex, | ||
| PORD_INT | nX, | ||
| PORD_INT | nY, | ||
| PORD_INT * | vtxmap ) |
Definition at line 118 of file gbipart.c.