22#include <spot/twa/fwd.hh>
23#include <spot/misc/common.hh>
24#include <spot/twaalgos/aiger.hh>
39 SPOT_API std::ostream&
42 const char* options =
nullptr);
47 SPOT_API std::ostream &
std::shared_ptr< aig > aig_ptr
Shared pointer to an aig.
Definition aiger.hh:46
std::shared_ptr< const twa > const_twa_ptr
Shared pointer to a const twa.
Definition fwd.hh:36
std::ostream & print_dot(std::ostream &os, const const_twa_ptr &g, const char *options=nullptr)
Print reachable states in dot format.
Definition automata.hh:26