20#include <spot/twa/twagraph.hh>
21#include <spot/twaalgos/word.hh>
twa_word_ptr difference_word_forq(const_twa_graph_ptr left, const_twa_graph_ptr right)
Returns a word accepted by left that is rejected by right, or nullptr.
bool contains_forq(const_twa_graph_ptr left, const_twa_graph_ptr right)
Returns a boolean value indicating whether the language of left includes the language of right.
std::shared_ptr< twa_word > twa_word_ptr
Shared pointer to a mutable twa_word.
Definition fwd.hh:60
std::shared_ptr< const twa_graph > const_twa_graph_ptr
Shared pointer to a const twa_graph.
Definition fwd.hh:41
Definition automata.hh:26