21#include <spot/misc/common.hh>
22#include <spot/twa/fwd.hh>
50 unsigned right_state);
76 unsigned right_state);
twa_graph_ptr sum(const const_twa_graph_ptr &left, const const_twa_graph_ptr &right)
Sum two twa into a new twa, performing the union of the two input automata.
twa_graph_ptr sum_and(const const_twa_graph_ptr &left, const const_twa_graph_ptr &right)
Sum two twa into a new twa, using a universal initial transition, performing the intersection of the ...
std::shared_ptr< twa_graph > twa_graph_ptr
Shared pointer to a mutable twa_graph.
Definition fwd.hh:44
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