PostgreSQL Source Code: BipartiteMatchState Struct Reference (original) (raw)

#include <[bipartite_match.h](bipartite%5F%5Fmatch%5F8h%5Fsource.html)>

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.

adjacency

short** BipartiteMatchState::adjacency

distance

short* BipartiteMatchState::distance

matching

int BipartiteMatchState::matching

pair_uv

short* BipartiteMatchState::pair_uv

pair_vu

short* BipartiteMatchState::pair_vu

queue

short* BipartiteMatchState::queue

u_size

int BipartiteMatchState::u_size

v_size

int BipartiteMatchState::v_size


The documentation for this struct was generated from the following file: