21 #include <spot/misc/common.hh>
22 #include <spot/twa/fwd.hh>
24 #include <spot/tl/nenoform.hh>
67 bool deterministic =
true,
bool state_based =
false);
76 bool deterministic =
true,
bool state_based =
false);
97 bool state_based =
false);
std::shared_ptr< bdd_dict > bdd_dict_ptr
Shared pointer to a bdd_dict.
Definition: bdddict.hh:304
twa_graph_ptr gf_guarantee_to_ba(formula gf, const bdd_dict_ptr &dict, bool deterministic=true, bool state_based=false)
Convert GF(φ) into a (D)BA if φ is a guarantee property.
twa_graph_ptr fg_safety_to_dca(formula fg, const bdd_dict_ptr &dict, bool state_based=false)
Convert FG(φ) into a DCA if φ is a safety property.
twa_graph_ptr fg_safety_to_dca_maybe(formula fg, const bdd_dict_ptr &dict, bool state_based)
Convert FG(φ) into a DCA if φ is a safety property.
twa_graph_ptr gf_guarantee_to_ba_maybe(formula gf, const bdd_dict_ptr &dict, bool deterministic=true, bool state_based=false)
Convert GF(φ) into a (D)BA if φ is a guarantee property.
twa_graph_ptr g_f_terminal_inplace(twa_graph_ptr f_terminal, bool state_based=false)
Given a terminal automaton f_terminal recognizing some formula F(φ), modify it to recognize GF(φ).
std::shared_ptr< twa_graph > twa_graph_ptr
Shared pointer to a mutable twa_graph.
Definition: fwd.hh:44
Definition: automata.hh:26