Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automaton: Conversion from transducer keeps output labels #18130

Open
cheuberg opened this issue Apr 7, 2015 · 0 comments
Open

Automaton: Conversion from transducer keeps output labels #18130

cheuberg opened this issue Apr 7, 2015 · 0 comments

Comments

@cheuberg
Copy link
Contributor

cheuberg commented Apr 7, 2015

Conversion of a transducer to an automaton should behave like input_projection.

Current behaviour:

sage: T = Transducer([(0, 0, 1, 2)])
sage: Automaton(T).transitions()
[Transition from 0 to 0: 1|2]

CC: @sagetrac-skropf @dkrenn

Component: finite state machines

Issue created by migration from https://trac.sagemath.org/ticket/18130

@cheuberg cheuberg added this to the sage-6.6 milestone Apr 7, 2015
@mkoeppe mkoeppe removed this from the sage-6.6 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants