Go to the source code of this file.
|
template<Automaton Aut> |
bool | vcsn::cycle_identity (const detail::component_t< Aut > &c, const Aut &aut) |
| Check the weight of two states on this component is unique. More...
|
|
template<Automaton AutIn, Automaton AutOut> |
void | vcsn::create_states_and_trans_ (const AutIn &aut, AutOut &naut1, AutOut &naut2) |
| Create states and the transitions two new automata naut1 and naut2 with weight of transition <(w, one)> and <(one, w)> corresponding with the weight of transition <w> of aut. More...
|
|
template<Automaton Aut> |
bool | vcsn::has_twins_property (const Aut &aut) |
| Whether aut has the twins property. More...
|
|
template<Automaton Aut> |
bool | vcsn::dyn::detail::has_twins_property (const automaton &aut) |
| Bridge. More...
|
|