PostgreSQL Source Code
git master
|
#include <bipartite_match.h>
Data Fields | |
int | u_size |
int | v_size |
short ** | adjacency |
int | matching |
short * | pair_uv |
short * | pair_vu |
short * | distance |
short * | queue |
Definition at line 27 of file bipartite_match.h.
short** BipartiteMatchState::adjacency |
Definition at line 32 of file bipartite_match.h.
short* BipartiteMatchState::distance |
Definition at line 38 of file bipartite_match.h.
int BipartiteMatchState::matching |
Definition at line 34 of file bipartite_match.h.
short* BipartiteMatchState::pair_uv |
Definition at line 35 of file bipartite_match.h.
short* BipartiteMatchState::pair_vu |
Definition at line 36 of file bipartite_match.h.
short* BipartiteMatchState::queue |
Definition at line 39 of file bipartite_match.h.
int BipartiteMatchState::u_size |
Definition at line 30 of file bipartite_match.h.
int BipartiteMatchState::v_size |
Definition at line 31 of file bipartite_match.h.