Metis 2.0.0
High-performance C++20 dual-mode numerical framework
Loading...
Searching...
No Matches
metis::detail::TarjanState Struct Reference

#include <StructuralTransforms.hpp>

Public Attributes

const std::vector< std::vector< int > > & adjacency
const std::vector< bool > & removed
std::vector< int > index
std::vector< int > lowlink
std::vector< int > stack
std::vector< bool > on_stack
int next_index = 0
std::vector< std::vector< int > > components

Member Data Documentation

◆ 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: