#include <StructuralTransforms.hpp>
◆ adjacency
| const std::vector<std::vector<int> >& metis::detail::TarjanState::adjacency |
◆ components
| std::vector<std::vector<int> > metis::detail::TarjanState::components |
◆ index
| std::vector<int> metis::detail::TarjanState::index |
◆ lowlink
| std::vector<int> metis::detail::TarjanState::lowlink |
◆ next_index
| int metis::detail::TarjanState::next_index = 0 |
◆ on_stack
| std::vector<bool> metis::detail::TarjanState::on_stack |
◆ removed
| const std::vector<bool>& metis::detail::TarjanState::removed |
◆ stack
| std::vector<int> metis::detail::TarjanState::stack |
The documentation for this struct was generated from the following file: