#6679: [with patch, needs review] Vertex Coloring, Edge Coloring (uses Linear
Programming)
--------------------------+-------------------------------------------------
 Reporter:  ncohen        |       Owner:  rlm       
     Type:  enhancement   |      Status:  new       
 Priority:  major         |   Milestone:  sage-4.1.2
Component:  graph theory  |    Keywords:            
 Reviewer:                |      Author:            
   Merged:                |  
--------------------------+-------------------------------------------------
Description changed by ncohen:

Old description:

> Hello everybody !!!
>
> Here are two new functions for the Graph class in Sage : vertex_coloring
> and edge_coloring.
>
> Those new functions both use Linear programming, so to use them you will
> have to install the patche AllMIP-2.flattened in #6502 along with the
> package GLPK :
>
> http://www.sagemath.org/packages/optional/
>
> If you want them to be ever more efficient, you can also install COIN-
> OR/CBC ( from #6603 ) with this line :
>
> sage -f http://www-sop.inria.fr/members/Nathann.Cohen/cbc-2.3.spkg
>
> I hope I learned what I had to with my previous patch, as I hope you will
> find those functions sufficiently and correctly documented. These
> functions should be ---way--- more efficient than the previous ones,
> regardless of the Linear Solver you chose to use.

New description:

 Hello everybody !!!

 Here are two new functions for the Graph class in Sage : vertex_coloring
 and edge_coloring.

 Those new functions both use Linear programming, so to use them you will
 have to install the patch AllMIP-2.flattened in #6502 along with the
 package GLPK :

 http://www.sagemath.org/packages/optional/

 If you want them to be ever more efficient, you can also install COIN-
 OR/CBC ( from #6603 ) with this line :

 sage -f http://www-sop.inria.fr/members/Nathann.Cohen/cbc-2.3.spkg

 I hope I learned what I had to with my previous patch, as I hope you will
 find those functions sufficiently and correctly documented. These
 functions should be ---way--- more efficient than the previous ones,
 regardless of the Linear Solver you chose to use.

--

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