#16787: Implement construction of finite state machine by copying another 
machine
-------------------------------------+-------------------------------------
       Reporter:  cheuberg           |        Owner:
           Type:  enhancement        |       Status:  positive_review
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  finite state       |   Resolution:
  machines                           |    Merged in:
       Keywords:  copy,              |    Reviewers:  Daniel Krenn
  initialization                     |  Work issues:
        Authors:  Clemens Heuberger  |       Commit:
Report Upstream:  N/A                |  90e60b579aa73cf488a6f4cb7778b784736a89f5
         Branch:  u/cheuberg/fsm     |     Stopgaps:
  /copy-from-other                   |
   Dependencies:  #16786             |
-------------------------------------+-------------------------------------
Description changed by cheuberg:

Old description:

> {{{
> sage: F = FiniteStateMachine()
> sage: FiniteStateMachine(F)
> }}}
> led to a {{{NotImplementedError}}}.
>
> This is now implemented.
>
> Depends on #16786 ad the documentation refers to the attributes
> {{{input_alphabet}}}, {{{output_alphabet}}}.

New description:

 {{{
 sage: F = FiniteStateMachine()
 sage: FiniteStateMachine(F)
 }}}
 led to a {{{NotImplementedError}}}.

 This is now implemented.

 Depends on #16786 as the documentation refers to the attributes
 {{{input_alphabet}}}, {{{output_alphabet}}}.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/16787#comment:9>
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