Awali
Another Weighted Automata library
|
#include <set>
#include <awali/sttc/ctx/fwd.hh>
#include <awali/sttc/ctx/traits.hh>
#include <awali/sttc/core/rat/visitor.hh>
Go to the source code of this file.
Data Structures | |
struct | awali::sttc::exp_stats_t |
gathers informations on some rational expression More... | |
class | awali::sttc::rat::exp_stats_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 > | |
exp_stats_t | awali::sttc::exp_stats (const RatExpSet &rs, const typename RatExpSet::ratexp_t &exp) |
computes some statistics on a rational expression More... | |
struct awali::sttc::exp_stats_t |
gathers informations on some rational expression
This structure is returned by the function exp_stats
Data Fields | ||
---|---|---|
unsigned | height | |
unsigned | length | |
unsigned | size | |
unsigned | star_height |