// -*- C++ -*- (c) 2011 Petr Rockai #include #include #include #include #include #ifndef DIVINE_BUCHI_H #define DIVINE_BUCHI_H namespace divine { void copy_graph(const ALT_graph_t& aG, BA_opt_graph_t& oG); int ltl2buchi( int argc, char **argv ); BA_opt_graph_t buchi( std::string ltl, bool probabilistic = false ); } #endif