![]()  | 
  
    Awali
    
   Another Weighted Automata library 
   | 
 
Go to the source code of this file.
Namespaces | |
| awali | |
| Main namespace of Awali.  | |
| awali::sttc | |
| Namespace for the static layer of Awali.  | |
| awali::sttc::internal | |
| Implementation details of static layer (not stable).  | |
Functions | |
| template<typename Aut > | |
| bool | awali::sttc::internal::is_deterministic (const Aut &aut, state_t s) | 
| Whether state s is deterministic in aut.  More... | |
| template<typename Aut > | |
| bool | awali::sttc::internal::is_sequential (const Aut &aut, state_t s) | 
| Whether state s is sequential in aut.  More... | |
| template<class Aut > | |
| size_t | awali::sttc::internal::num_deterministic_states (const Aut &aut) | 
| Number of non-deterministic states.  More... | |