|
template<typename Aut > |
polynomialset< context_t_of< Aut > >::value_t | awali::sttc::get_entry (const Aut &aut, state_t s, state_t d) |
| The entry between two states of an automaton. More...
|
|
template<typename PLS1 , typename PWS1 , typename PLS2 , typename PWS2 > |
auto | awali::sttc::join (const polynomialset< context< PLS1, PWS1 >> &p1, const polynomialset< context< PLS2, PWS2 >> &p2) -> polynomialset< context< join_t< PLS1, PLS2 >, join_t< PWS1, PWS2 >>> |
|
template<typename PLS1 , typename PWS1 , typename WS2 > |
auto | awali::sttc::join (const polynomialset< context< PLS1, PWS1 >> &p1, const WS2 &w2) -> polynomialset< context< PLS1, join_t< PWS1, WS2 >>> |
|
template<typename WS1 , typename PLS2 , typename PWS2 > |
auto | awali::sttc::join (const WS1 &w1, const polynomialset< context< PLS2, PWS2 >> &p2) -> polynomialset< context< PLS2, join_t< WS1, PWS2 >>> |
|
template<typename LabelSet > |
bool | awali::sttc::label_is_zero (const LabelSet &,...) ATTRIBUTE_CONST |
|
template<typename LabelSet > |
auto | awali::sttc::label_is_zero (const LabelSet &ls, const typename LabelSet::value_t *l) -> decltype(ls.is_zero(l), bool()) |
|