#12371: The graph_decompositions/ code seems to have bounds issues
----------------------------+-----------------------------------------------
   Reporter:  Snark         |          Owner:  jason, ncohen, rlm
       Type:  defect        |         Status:  needs_work        
   Priority:  major         |      Milestone:  sage-5.0          
  Component:  graph theory  |       Keywords:                    
Work_issues:                |       Upstream:  N/A               
   Reviewer:                |         Author:                    
     Merged:                |   Dependencies:                    
----------------------------+-----------------------------------------------

Comment(by ncohen):

 Don't you think it is going a bit too far ? You are refusing to compare
 unsigned char with integers, for some reason bit arrays "should be"
 unsigned int and not "int"...

 And even if the ansers of some methods do not require more than 8 bits
 that is no reason why we should force the user to deal with int8_t instead
 of regular integers...

 I agree that the argument of popcount should be redefined to int32_t
 though.

 Nathann

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