#16787: Implement construction of finite state machine by copying another 
machine
-------------------------------------+-------------------------------------
   Reporter:  cheuberg               |            Owner:
       Type:  enhancement            |           Status:  new
   Priority:  minor                  |        Milestone:  sage-6.3
  Component:  finite state machines  |         Keywords:  copy,
  Merged in:                         |  initialization
  Reviewers:                         |          Authors:  Clemens Heuberger
Work issues:                         |  Report Upstream:  N/A
     Commit:                         |           Branch:  u/cheuberg/fsm
  0b554637f2d1b9663d65b3730c7f3cd208a7f545|  /copy-from-other
   Stopgaps:                         |     Dependencies:  #16786
-------------------------------------+-------------------------------------
 {{{
 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}}}.

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