Open f5181210-fdb3-4942-b604-53921e658f47 opened 7 years ago
Description changed:
---
+++
@@ -13,5 +13,5 @@
_kleene.is_equivalent(aut.kleene_star())
-outputs False, which it shouldn't. The automaton produced by `aut.kleene_star()` differs from `aut` only in that the input state becomes also final state.
+outputs False, which it shouldn't. The automaton produced by `aut.kleene_star()` differs from `aut` only in that `p` becomes also final state.
Given the following automaton
and its kleene star
the following code
outputs False, which it shouldn't. The automaton produced by
aut.kleene_star()
differs fromaut
only in thatp
becomes also final state.Component: combinatorics
Keywords: finite state machines, automata, kleene star
Issue created by migration from https://trac.sagemath.org/ticket/22858