![]()  | 
  
    Awali
    
   Another Weighted Automata library 
   | 
 
Helper class that contains convenience constructor for automata with int labels. More...
#include <automaton.hh>
Static Public Member Functions | |
| static automaton_t | from_range (int l, int u, bool allow_eps_transitions) | 
Builds an automaton with alphabet {l, l+1, ..., u}, possibly allowing epsilon transitions.  More... | |
| static automaton_t | from_range (int l, int u, std::string weightset="B", bool allow_eps_transitions=false) | 
Builds an automaton with alphabet {l, l+1, ..., u} and weightset weightset  More... | |
| static automaton_t | from_size (unsigned n, bool allow_eps_transitions) | 
Builds a Boolean automaton with alphabet {0, 1, ..., n-1}, possibly allowing epsilon transitions.  More... | |
| static automaton_t | from_size (unsigned n, std::string weightset="B", bool allow_eps_transitions=false) | 
Builds an automaton with alphabet {0, 1, ..., n-1} and weightset weightset.  More... | |
Helper class that contains convenience constructor for automata with int labels.