Awali
Another Weighted Automata library
|
#include <stdexcept>
#include <type_traits>
#include <unordered_map>
#include <utility>
#include <vector>
#include <awali/sttc/algos/constant_term.hh>
#include <awali/sttc/algos/copy.hh>
#include <awali/sttc/algos/is_eps_acyclic.hh>
#include <awali/sttc/algos/is_proper.hh>
#include <awali/sttc/algos/proper.hh>
#include <awali/sttc/core/kind.hh>
#include <awali/common/enums.hh>
Go to the source code of this file.
Data Structures | |
class | awali::sttc::internal::is_valider< Aut, has_one > |
class | awali::sttc::internal::is_valider< Aut, false > |
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 > | |
Aut::element_type::automaton_nocv_t | awali::sttc::internal::absval (const Aut &aut) |
Copy of aut, with absolute values. More... | |
template<typename Aut > | |
bool | awali::sttc::internal::is_properable (Aut &&aut) |
Whether proper_here(aut) succeeds. More... | |
template<typename Aut > | |
bool | awali::sttc::is_valid (const Aut &aut) |
Tests if aut is valid. More... | |
template<typename RatExpSet > | |
bool | awali::sttc::is_valid (const RatExpSet &rs, const typename RatExpSet::ratexp_t &e) |