#17707: Test if a graph is asteroidal triple free
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  dcoudert               |       Status:  needs_info
           Type:         |    Milestone:  sage-6.5
  enhancement            |   Resolution:
       Priority:  minor  |    Merged in:
      Component:  graph  |    Reviewers:
  theory                 |  Work issues:
       Keywords:         |       Commit:
        Authors:  David  |  0cb23b7b8064cc9bc96326e37172220264763609
  Coudert                |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/17707           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by ncohen):

 Hello,

 Nice code, it is simple and does the job. At the same time that an error
 has been reported in the implementation of `is_interval_graph`, it is
 almost tempting to replace our current implementation of it by `is_chordal
 and is_AT_Free` `;-)`

 I will fix it soon, though. And I will probably need your help for the
 review.

 About this branch: it is a bit weird to expose only a version of
 `is_at_free` that does not allow for a `certificate=True` flag, given that
 other recognition algorithms have it. Also, could you turn `AT` into
 `asteroidal_triple` in the functions' name ? We try to avoid abbreviations
 in Sage.

 After this, I guess that I should be able to add a commit and we will be
 done here. I am a bit troubled by your "parameters": why not "input" ?

 Good night,

 Nathann

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