spot
0.9.1
|
#include "ltlast/formula.hh"
#include "tgba/tgbaexplicit.hh"
#include "ltlvisit/apcollect.hh"
#include "ltlvisit/simplify.hh"
Go to the source code of this file.
Namespaces | |
namespace | spot |
Functions | |
tgba_explicit_formula * | spot::ltl_to_tgba_fm (const ltl::formula *f, bdd_dict *dict, bool exprop=false, bool symb_merge=true, bool branching_postponement=false, bool fair_loop_approx=false, const ltl::atomic_prop_set *unobs=0, ltl::ltl_simplifier *simplifier=0) |
Build a spot::tgba_explicit* from an LTL formula.This is based on the following paper. |