Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #16132: adapting output of FiniteStateMachine.process and __call…
…__ to Automaton and Transducer Currently, there is only {{{.process}}} and {{{.__call__}}} in the abstract base class {{{FiniteStateMachine}}}. The outputs do not depend on the actual type (automaton/transducer). The aim of this ticket is to change this and produce an appropriate output for each type of finite state machine. When using {{{.__call__}}} in an automaton this is whether an input was accepted (and not more); a transducer gives the only the produces output. (Since there is a change in the output, we give a deprecation warning.) URL: http://trac.sagemath.org/16132 Reported by: dkrenn Ticket author(s): Daniel Krenn Reviewer(s): Clemens Heuberger
- Loading branch information