20#include <spot/twa/twagraph.hh>
21#include <spot/twaalgos/word.hh>
39 const_twa_graph_ptr right);
51 bool contains_forq(const_twa_graph_ptr left, const_twa_graph_ptr right);
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 in the language of right.
Definition: automata.hh:26