MySQL 8.4.2
Source Code Documentation
|
Public Member Functions | |
tarjan_scc_state () | |
void | clear () |
Public Attributes | |
int | m_index |
int | m_low_index |
bool | m_on_stack |
int | m_scc_number |
Track which node is part of which SCC. More... | |
int | m_scc_girth |
Cycle girth for this node. More... | |
|
inline |
|
inline |
int tarjan_scc_state::m_index |
int tarjan_scc_state::m_low_index |
bool tarjan_scc_state::m_on_stack |
int tarjan_scc_state::m_scc_girth |
Cycle girth for this node.
int tarjan_scc_state::m_scc_number |
Track which node is part of which SCC.