|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents a sequence of edges along an alternating path. More...
#include <blossom_weighted_mwmatching.H>
Public Attributes | |
| DynDlist< VertexPair > | edges |
Represents a sequence of edges along an alternating path.
Definition at line 481 of file blossom_weighted_mwmatching.H.
| DynDlist<VertexPair> Aleph::blossom_weighted_detail::mwmatching::impl::AlternatingPath::edges |
Definition at line 483 of file blossom_weighted_mwmatching.H.
Referenced by Aleph::blossom_weighted_detail::mwmatching::impl::MatchingContext< WeightType >::add_s_to_s_edge(), Aleph::blossom_weighted_detail::mwmatching::impl::MatchingContext< WeightType >::augment_matching(), Aleph::blossom_weighted_detail::mwmatching::impl::MatchingContext< WeightType >::make_blossom(), and Aleph::blossom_weighted_detail::mwmatching::impl::MatchingContext< WeightType >::trace_alternating_paths().