#17464: Computing the automorphism group of a graph with Bliss
-------------------------+-------------------------------------------------
       Reporter:  azi    |        Owner:
           Type:         |       Status:  needs_work
  enhancement            |    Milestone:  sage-6.5
       Priority:  major  |   Resolution:
      Component:  graph  |    Merged in:
  theory                 |    Reviewers:
       Keywords:         |  Work issues:
        Authors:         |       Commit:
Report Upstream:  N/A    |  2018dbc040e23bfafc873af17adc75f699a175cc
         Branch:         |     Stopgaps:
  public/bliss           |
   Dependencies:         |
  #17552                 |
-------------------------+-------------------------------------------------

Comment (by ncohen):

 > I've fixed the error in Tutte poly

 It will break on a machine that does not have `bliss` installed.

 > but there is another depreciation warning that gets triggered due to
 loops not being explicitly specified. Do you happen to know what is
 causing this?

 I would say that it come from there
 {{{
 +            G = DiGraph(edges)
 +        else:
 +            from sage.graphs.graph import Graph
 +            G = Graph(edges)
 }}}

 Nathann

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