#include "ltlast/formula.hh"
#include "tgba/taatgba.hh"
#include <set>
#include <iosfwd>
#include <vector>
#include "misc/hash.hh"
#include "bdddict.hh"
#include "tgba.hh"
Go to the source code of this file.
Namespaces | |
namespace | spot |
Functions | |
taa_tgba * | spot::ltl_to_taa (const ltl::formula *f, bdd_dict *dict, bool refined_rules=false) |
Build a spot::taa* from an LTL formula.This is based on the following. |