|
Go to the source code of this file.
|
void | faudes::SearchScc (const Idx vState, int &vRcount, const Generator &rGen, const SccFilter &rFilter, StateSet &rTodo, std::stack< Idx > &rStack, StateSet &rStackStates, std::map< const Idx, int > &rDfn, std::map< const Idx, int > &rLowLnk, std::list< StateSet > &rSccList, StateSet &rRoots) |
|
bool | faudes::ComputeScc (const Generator &rGen, const SccFilter &rFilter, std::list< StateSet > &rSccList, StateSet &rRoots) |
|
bool | faudes::ComputeScc (const Generator &rGen, std::list< StateSet > &rSccList, StateSet &rRoots) |
|
bool | faudes::ComputeScc (const Generator &rGen, const SccFilter &rFilter, Idx q0, StateSet &rScc) |
|
bool | faudes::ComputeScc (const Generator &rGen, const SccFilter &rFilter, StateSet &rScc) |
|
bool | faudes::HasScc (const Generator &rGen, const SccFilter &rFilter) |
|
bool | faudes::ComputeNextScc (const Generator &rGen, SccFilter &rFilter, StateSet &rScc) |
|
Operations on (directed) graphs.
Definition in file cfl_graphfncts.cpp.
libFAUDES 2.33b
--- 2025.05.07
--- c++ api documentaion by doxygen
|