![]() |
Awali
Another Weighted Automata library
|
#include <awali/sttc/ctx/fwd.hh>#include <awali/sttc/ctx/traits.hh>#include <awali/sttc/core/rat/visitor.hh>#include <awali/sttc/weightset/b.hh>Go to the source code of this file.
Data Structures | |
| class | awali::sttc::rat::expsupport_visitor< RatExpSet > |
Namespaces | |
| awali | |
| Main namespace of Awali. | |
| awali::sttc | |
| Namespace for the static layer of Awali. | |
| awali::sttc::rat | |
| Namespace about static rational expressions. | |
Functions | |
| template<typename RatExpSet > | |
| auto | awali::sttc::ratexp_support (const typename RatExpSet::ratexp_t &exp, const RatExpSet &ratexpset) -> typename rat::expsupport_visitor< RatExpSet >::out_ratexp_t |
| support of a rational expression More... | |
| template<typename RatExpSet > | |
| auto | awali::sttc::support_ratexpset (const RatExpSet &ratexpset) -> typename rat::expsupport_visitor< RatExpSet >::out_ratexpset_t |
| Compute a derived ratexpset. More... | |