21#include <spot/twa/twagraph.hh>
bool contains(const_twa_graph_ptr left, const_twa_ptr right)
Test if the language of right is included in that of left.
bool are_equivalent(const_twa_graph_ptr left, const_twa_graph_ptr right)
Test if the language of left is equivalent to that of right.
int containment_select_version(const char *version=nullptr)
std::shared_ptr< const twa > const_twa_ptr
Shared pointer to a const twa.
Definition fwd.hh:36
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