![]() |
Awali
Another Weighted Automata library
|
#include <type_traits>#include <awali/sttc/ctx/traits.hh>#include <awali/sttc/misc/attributes.hh>#include <awali/sttc/core/kind.hh>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::is_proper (const Aut &aut) ATTRIBUTE_CONST |
| Test whether an automaton is proper. More... | |
| template<typename Aut > | |
| constexpr std::enable_if<!labelset_t_of< Aut >::has_one(), bool >::type | awali::sttc::internal::is_proper_ (const Aut &) |
| template<typename Aut > | |
| std::enable_if< labelset_t_of< Aut >::has_one(), bool >::type | awali::sttc::internal::is_proper_ (const Aut &aut) |