#10530: De Bruijn Sequence construction for combinat
---------------------------------+------------------------------------------
   Reporter:  eviatarbach        |          Owner:  eviatarbach 
       Type:  enhancement        |         Status:  needs_info  
   Priority:  major              |      Milestone:  sage-4.7.1  
  Component:  combinatorics      |       Keywords:              
Work_issues:                     |       Upstream:  N/A         
   Reviewer:  Nicolas M. ThiƩry  |         Author:  Eviatar Bach
     Merged:                     |   Dependencies:              
---------------------------------+------------------------------------------

Comment(by eviatarbach):

 Sorry, I wasn't sure what status to use. I have merged the files and I
 will upload an all-inclusive patch after.

 Nathann, there is a problem with your is_debruijn_sequence. For example,
 this

 [0,0,0,1,0,1,1,1] in DeBruijnSequences(2,3)

 returns True, while this

 [1,0,0,0,1,0,1,1] in DeBruijnSequences(2,3)

 returns False.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10530#comment:35>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to