Awali
Another Weighted Automata library
|
#include <algorithm>
#include <vector>
#include <awali/sttc/ctx/traits.hh>
#include <awali/sttc/labelset/traits.hh>
Go to the source code of this file.
Data Structures | |
class | awali::sttc::internal::evaluator< 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). | |
Functions | |
template<typename Aut > | |
auto | awali::sttc::eval (const Aut &a, const typename labelset_trait< labelset_t_of< Aut >>::wordset_t::word_t &w, bool check_alphabet=true) -> weight_t_of< Aut > |