21#include <spot/twa/twagraph.hh>
22#include <spot/twaalgos/powerset.hh>
43 SPOT_DEPRECATED(
"use spot::dualize() instead")
44 SPOT_API twa_graph_ptr
53 SPOT_API twa_graph_ptr
78 SPOT_API twa_graph_ptr
Helper object to specify when an algorithm should abort its construction.
Definition: powerset.hh:44
Definition: automata.hh:26
twa_graph_ptr complement_semidet(const const_twa_graph_ptr &aut, bool show_names=false)
Complement a semideterministic TωA.
twa_graph_ptr dtwa_complement(const const_twa_graph_ptr &aut)
Complement a deterministic TωA.
twa_graph_ptr complement(const const_twa_graph_ptr &aut, const output_aborter *aborter=nullptr)
Complement a TωA.