Struct BSuitorMatcher::MatchingNodeInfo

Nested Relationships

This struct is a nested type of Class BSuitorMatcher.

Struct Documentation

struct MatchingNodeInfo

Public Functions

MatchingNodeInfo() = default
inline MatchingNodeInfo(count b)
inline bool hasPartner(node u) const
inline MatchingNode popMinIfFull()
inline void insert(const MatchingNode &u)
inline void remove(node u)

Public Members

std::vector<MatchingNode> partners
MatchingNode min
count max_size