Go to the source code of this file.
|
template<typename Aut > |
internal::lifted_automaton_t< Aut > | awali::sttc::lift (const Aut &a, bool keep_history=true) |
| Lift labels to weights. More...
|
|
template<typename RatExpSet > |
internal::lifted_ratexpset_t< RatExpSet >::ratexp_t | awali::sttc::lift (const RatExpSet &rs, const typename RatExpSet::ratexp_t &e) |
|
template<typename LabelSet , typename WeightSet > |
lifted_context_t< context< LabelSet, WeightSet > > | awali::sttc::internal::lift_context (const context< LabelSet, WeightSet > &ctx) |
|
template<typename Context > |
lifted_ratexpset_t< ratexpset< Context > > | awali::sttc::internal::lift_ratexpset (const ratexpset< Context > &rs) |
|
template<typename Aut > |
internal::lifted_automaton_t< Aut > | awali::sttc::internal::unnormalized_lift (const Aut &a, bool keep_history=true) |
|
◆ awali::sttc::internal::context_of
struct awali::sttc::internal::context_of |
template<typename ValueSet>
struct awali::sttc::internal::context_of< ValueSet >
Data Fields |
typedef typename context_t |
type |
|
◆ awali::sttc::internal::context_of< sttc::mutable_automaton< Context > >
struct awali::sttc::internal::context_of< sttc::mutable_automaton< Context > > |
template<typename Context>
struct awali::sttc::internal::context_of< sttc::mutable_automaton< Context > >
Data Fields |
typedef Context |
type |
|