#include "misc/hash.hh"
#include "tgba/tgba.hh"
#include <stack>
#include <deque>
Include dependency graph for reachiter.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | spot |
Classes | |
class | spot::tgba_reachable_iterator |
Iterate over all reachable states of a spot::tgba. More... | |
class | spot::tgba_reachable_iterator_depth_first |
An implementation of spot::tgba_reachable_iterator that browses states depth first. More... | |
class | spot::tgba_reachable_iterator_breadth_first |
An implementation of spot::tgba_reachable_iterator that browses states breadth first. More... |