#18839: Boost Dominator Tree
-------------------------------------+-------------------------------------
       Reporter:  borassi            |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.8
      Component:  graph theory       |   Resolution:
       Keywords:  Dominator tree,    |    Merged in:
  Boost                              |    Reviewers:  Nathann Cohen, David
        Authors:  Michele Borassi    |  Coudert
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/borassi/boost_dominator_tree     |  010f213e4ba1b41b6655e89331a631b810eec82d
   Dependencies:  #18811, #18564     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by borassi):

 * status:  needs_work => needs_review


Comment:

 I think the problem is that on 32bit the C++ unsigned int is converted to
 a long. I replaced unsigned int with int for vertices, and now it should
 work. How can I test it on 32bit?

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