#7487: Random Interval Graphs
----------------------------+-----------------------------------------------
   Reporter:  ncohen        |       Owner:  rlm     
       Type:  enhancement   |      Status:  new     
   Priority:  major         |   Milestone:  sage-4.3
  Component:  graph theory  |    Keywords:          
Work_issues:                |      Author:          
   Reviewer:                |      Merged:          
----------------------------+-----------------------------------------------
 This patch definesRandom Interval Graph, as explained in the docstring :

 {{{
         A interval graph is built from a list `(a_i,b_i)_{1\leq i \leq n}`
         of intervals : to each interval of the list is associated one
         vertex, two vertices being adjacent if the two corresponding
         intervals intersect.

         A random interval graph of order `n` is generated by picking
         random values for the `(a_i,b_j)`, each of the two coordinates
         being generated by the uniform distribution on the interval
         `[0,1]`.
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7487>
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].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=.


Reply via email to