Awali
Another Weighted Automata library
Data Structures | Namespaces | Typedefs
partition_automaton.hh File Reference
#include <map>
#include <set>
#include <vector>
#include <awali/sttc/core/automaton_decorator.hh>

Go to the source code of this file.

Data Structures

class  awali::sttc::internal::partition_automaton_impl< Aut >
 

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).
 

Typedefs

template<typename Aut >
using awali::sttc::partition_automaton = std::shared_ptr< internal::partition_automaton_impl< Aut > >
 A subset automaton as a shared pointer. More...