#11738: Various issues in is_interval and is_chordal
----------------------------+-----------------------------------------------
   Reporter:  ddestrada     |          Owner:  jason, ncohen, rlm
       Type:  defect        |         Status:  needs_review      
   Priority:  major         |      Milestone:  sage-4.7.2        
  Component:  graph theory  |       Keywords:  interval chordal  
Work_issues:                |       Upstream:  N/A               
   Reviewer:                |         Author:                    
     Merged:                |   Dependencies:                    
----------------------------+-----------------------------------------------
Changes (by ddestrada):

  * status:  needs_work => needs_review


Old description:

> There is a bug in the return line of is_interval 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)

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.

 (This ticket should be coordinated with #11735)

--

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