#16132: adapting output of FiniteStateMachine.process and __call__ to Automaton 
and
Transducer
-------------------------------------+-------------------------------------
       Reporter:  dkrenn             |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.2
      Component:  combinatorics      |   Resolution:
       Keywords:  finite state       |    Merged in:
  machine, process, output           |    Reviewers:
        Authors:  Daniel Krenn       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  70294bf300ddc75671aba8f517fd464aacaecbb4
  u/dkrenn/fsm/process_output_new    |     Stopgaps:
   Dependencies:  #15963, #16061     |
-------------------------------------+-------------------------------------
Description changed by cheuberg:

Old description:

> 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.)

New description:

 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#comment:3>
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