Awali
Another Weighted Automata library
|
Functor for universal. More...
#include <universal.hh>
Public Types | |
using | automaton_t = Aut |
using | map_t = std::map< state_t, state_set_t > |
using | pstate_t = std::set< state_set_t > |
using | state_set_t = std::set< state_t > |
Public Member Functions | |
automaton_t | operator() (const Aut &automaton) |
The universal automaton of automaton. More... | |
Functor for universal.
using awali::sttc::internal::universaler< Aut >::automaton_t = Aut |
using awali::sttc::internal::universaler< Aut >::map_t = std::map<state_t, state_set_t> |
using awali::sttc::internal::universaler< Aut >::pstate_t = std::set<state_set_t> |
using awali::sttc::internal::universaler< Aut >::state_set_t = std::set<state_t> |
automaton_t awali::sttc::internal::universaler< Aut >::operator() | ( | const Aut & | automaton | ) |
The universal automaton of automaton.