PostgreSQL Source Code  git master
BipartiteMatchState Struct Reference

#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
 

Detailed Description

Definition at line 27 of file bipartite_match.h.

Field Documentation

◆ adjacency

short** BipartiteMatchState::adjacency

Definition at line 32 of file bipartite_match.h.

◆ distance

short* BipartiteMatchState::distance

Definition at line 38 of file bipartite_match.h.

◆ matching

int BipartiteMatchState::matching

Definition at line 34 of file bipartite_match.h.

◆ pair_uv

short* BipartiteMatchState::pair_uv

Definition at line 35 of file bipartite_match.h.

◆ pair_vu

short* BipartiteMatchState::pair_vu

Definition at line 36 of file bipartite_match.h.

◆ queue

short* BipartiteMatchState::queue

Definition at line 39 of file bipartite_match.h.

◆ u_size

int BipartiteMatchState::u_size

Definition at line 30 of file bipartite_match.h.

◆ v_size

int BipartiteMatchState::v_size

Definition at line 31 of file bipartite_match.h.


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