Awali
Another Weighted Automata library
|
#include <awali/sttc/core/rat/visitor.hh>
#include <awali/sttc/ctx/fwd.hh>
#include <awali/sttc/misc/raise.hh>
#include <awali/sttc/weightset/polynomialset.hh>
Go to the source code of this file.
Data Structures | |
class | awali::sttc::rat::split_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. | |
Typedefs | |
template<typename RatExpSet > | |
using | awali::sttc::rat::ratexp_polynomial_t = typename ratexp_polynomialset_t< RatExpSet >::value_t |
Type of polynomials of ratexps from the RatExpSet type. More... | |
template<typename RatExpSet > | |
using | awali::sttc::rat::ratexp_polynomialset_t = polynomialset< context< RatExpSet, weightset_t_of< RatExpSet > >> |
Type of PolynomialSet of RatExps from the RatExpSet type. More... | |
Functions | |
template<typename RatExpSet > | |
ratexp_polynomialset_t< RatExpSet > | awali::sttc::rat::make_ratexp_polynomialset (const RatExpSet &rs) |
From a RatExpSet to its polynomialset. More... | |
template<typename RatExpSet > | |
rat::ratexp_polynomial_t< RatExpSet > | awali::sttc::split (const RatExpSet &rs, const rat::ratexp_polynomial_t< RatExpSet > &p) |
Split a polynomial of ratexps. More... | |
template<typename RatExpSet > | |
rat::ratexp_polynomial_t< RatExpSet > | awali::sttc::split (const RatExpSet &rs, const typename RatExpSet::ratexp_t &e) |
Split a ratexp. More... | |