#16132: adapting output of FiniteStateMachine.process and __call__ to Automaton 
and
Transducer
-------------------------+-------------------------------------------------
   Reporter:  dkrenn     |            Owner:
       Type:             |           Status:  new
  enhancement            |        Milestone:  sage-6.2
   Priority:  major      |         Keywords:  finite state machine,
  Component:             |  process, output
  combinatorics          |          Authors:
  Merged in:             |  Report Upstream:  N/A
  Reviewers:             |           Branch:
Work issues:             |     Dependencies:
     Commit:             |
   Stopgaps:             |
-------------------------+-------------------------------------------------
 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.)

--
Ticket URL: <http://trac.sagemath.org/ticket/16132>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to