#include "misc/hash.hh"
#include "evtgba/evtgba.hh"
#include <stack>
#include <deque>
Include dependency graph for reachiter.hh:
Go to the source code of this file.
Namespaces | |
namespace | spot |
Classes | |
class | spot::evtgba_reachable_iterator |
Iterate over all reachable states of a spot::evtgba. More... | |
class | spot::evtgba_reachable_iterator_depth_first |
An implementation of spot::evtgba_reachable_iterator that browses states depth first. More... | |
class | spot::evtgba_reachable_iterator_breadth_first |
An implementation of spot::evtgba_reachable_iterator that browses states breadth first. More... |