21 #include <spot/twaalgos/powerset.hh>
22 #include <spot/twa/twagraph.hh>
95 bool pretty_print =
false,
97 bool use_simulation =
true,
98 bool use_stutter =
true,
100 int trans_pruning = -1,
101 bool want_classes =
false);
Helper object to specify when an algorithm should abort its construction.
Definition: powerset.hh:50
twa_graph_ptr tgba_determinize(const const_twa_graph_ptr &aut, bool pretty_print=false, bool use_scc=true, bool use_simulation=true, bool use_stutter=true, const output_aborter *aborter=nullptr, int trans_pruning=-1, bool want_classes=false)
Determinize a TGBA.
std::shared_ptr< twa_graph > twa_graph_ptr
Shared pointer to a mutable twa_graph.
Definition: fwd.hh:44
std::shared_ptr< const twa_graph > const_twa_graph_ptr
Shared pointer to a const twa_graph.
Definition: fwd.hh:38
Definition: automata.hh:26