#include "sabastate.hh"
#include "sabasucciter.hh"
#include <tgba/bdddict.hh>
#include <list>
#include <set>
#include <map>
#include <iosfwd>
#include <bdd.h>
#include "ltlast/formula.hh"
#include "freelist.hh"
#include <utility>
Go to the source code of this file.
Classes | |
class | spot::saba |
A State-based Alternating (Generalized) Büchi Automaton.Browsing such automaton can be achieved using two functions: get_init_state , and succ_iter . The former returns the initial state while the latter lists the successor states of any state. More... | |
Namespaces | |
namespace | spot |