#11738: Various issues in is_interval and is_chordal
-----------------------------+----------------------------------------------
   Reporter:  ddestrada      |          Owner:  jason, ncohen, rlm
       Type:  defect         |         Status:  positive_review   
   Priority:  major          |      Milestone:  sage-4.7.2        
  Component:  graph theory   |       Keywords:  interval chordal  
Work_issues:                 |       Upstream:  N/A               
   Reviewer:  Nathann Cohen  |         Author:  Diego de Estrada  
     Merged:                 |   Dependencies:                    
-----------------------------+----------------------------------------------
Description changed by ncohen:

Old description:

> There is a bug in the return line of is_chordal when asked for a
> certificate and the graph has more than one connected component.
>
> Also, here there is an enhancement to avoid the explicit generation of
> subsets in is_interval and is_chordal, which is expensive, using
> issubset() instead.
>
> (This ticket should be coordinated with #11735)
>
> Apply only :
>     * [attachment:trac_11738.patch]

New description:

 There is a bug in the return line of is_chordal when asked for a
 certificate and the graph has more than one connected component.

 Also, here there is an enhancement to avoid the explicit generation of
 subsets in is_interval and is_chordal, which is expensive, using
 issubset() instead.

 Apply only :
     * [attachment:trac_11738.patch]

--

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