![]() |
Awali
Another Weighted Automata library
|
#include <is_acyclic.hh>
Public Types | |
using | automaton_t = typename std::remove_cv< Aut >::type |
using | label_t = label_t_of< automaton_t > |
Public Member Functions | |
test_acyclic (const automaton_t &aut) | |
bool | has_circuit (state_t s) |
bool | is_acyclic () |
Data Fields | |
const automaton_t & | aut_ |
std::unordered_map< state_t, char > | tag |
using awali::sttc::test_acyclic< Aut >::automaton_t = typename std::remove_cv<Aut>::type |
using awali::sttc::test_acyclic< Aut >::label_t = label_t_of<automaton_t> |
awali::sttc::test_acyclic< Aut >::test_acyclic | ( | const automaton_t & | aut | ) |
bool awali::sttc::test_acyclic< Aut >::has_circuit | ( | state_t | s | ) |
bool awali::sttc::test_acyclic< Aut >::is_acyclic | ( | ) |
const automaton_t& awali::sttc::test_acyclic< Aut >::aut_ |
std::unordered_map<state_t, char> awali::sttc::test_acyclic< Aut >::tag |