21#include <spot/twa/twagraph.hh>
22#include <spot/twaalgos/powerset.hh>
44 SPOT_DEPRECATED(
"use spot::dualize() instead")
45 SPOT_API twa_graph_ptr
55 SPOT_API twa_graph_ptr
81 SPOT_API twa_graph_ptr
Helper object to specify when an algorithm should abort its construction.
Definition powerset.hh:44
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.
Definition automata.hh:26