Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
MaxBipartiteMatchState (const MatchMatrix &graph) | |
ElementMatcherPairs | Compute () |
Private Member Functions | |
bool | TryAugment (size_t ilhs,::std::vector< char > *seen) |
GTEST_DISALLOW_ASSIGN_ (MaxBipartiteMatchState) | |
Private Attributes | |
const MatchMatrix * | graph_ |
::std::vector< size_t > | left_ |
::std::vector< size_t > | right_ |
Static Private Attributes | |
static const size_t | kUnused = static_cast<size_t>(-1) |
Definition at line 198 of file gmock-matchers.cc.
View newest version in sPHENIX GitHub at line 198 of file gmock-matchers.cc
|
inlineexplicit |
Definition at line 200 of file gmock-matchers.cc.
View newest version in sPHENIX GitHub at line 200 of file gmock-matchers.cc
|
inline |
Definition at line 207 of file gmock-matchers.cc.
View newest version in sPHENIX GitHub at line 207 of file gmock-matchers.cc
References graph_, GTEST_CHECK_, kUnused, left_, testing::internal::MatchMatrix::LhsSize(), testing::internal::MatchMatrix::RhsSize(), and TryAugment().
Referenced by testing::internal::FindMaxBipartiteMatching().
|
private |
|
inlineprivate |
Definition at line 259 of file gmock-matchers.cc.
View newest version in sPHENIX GitHub at line 259 of file gmock-matchers.cc
References graph_, testing::internal::MatchMatrix::HasEdge(), kUnused, left_, testing::internal::MatchMatrix::RhsSize(), and right_.
Referenced by Compute().
|
private |
Definition at line 287 of file gmock-matchers.cc.
View newest version in sPHENIX GitHub at line 287 of file gmock-matchers.cc
Referenced by Compute(), and TryAugment().
|
staticprivate |
Definition at line 241 of file gmock-matchers.cc.
View newest version in sPHENIX GitHub at line 241 of file gmock-matchers.cc
Referenced by Compute(), and TryAugment().
|
private |
Definition at line 299 of file gmock-matchers.cc.
View newest version in sPHENIX GitHub at line 299 of file gmock-matchers.cc
Referenced by Compute(), and TryAugment().
|
private |
Definition at line 300 of file gmock-matchers.cc.
View newest version in sPHENIX GitHub at line 300 of file gmock-matchers.cc
Referenced by TryAugment().