[sage-devel] Re: New algorithm for graph edge coloring

2022-11-29 Thread Matheus Maldonado
et me know. I'll be opening the ticket in a few hours. On Tuesday, 29 November 2022 at 10:32:54 UTC-3 Matheus Maldonado wrote: > On Tuesday, 29 November 2022 at 05:05:50 UTC-3 David Coudert wrote: > >> FYI, the current Vizing algorithm is not well tested and the returned >>

[sage-devel] Re: New algorithm for graph edge coloring

2022-11-29 Thread Matheus Maldonado
e into the documentation as an example that >>> demonstrates how to print the colouring. >>> >> >> Any specific reason for this? >> >> >>> On Sunday, November 27, 2022 at 11:20:35 PM UTC-7 David Coudert wrote: >>> >>>> Feel fr

[sage-devel] Re: New algorithm for graph edge coloring

2022-11-28 Thread Matheus Maldonado
nice to put this code into the documentation as an example that > demonstrates how to print the colouring. > Any specific reason for this? > On Sunday, November 27, 2022 at 11:20:35 PM UTC-7 David Coudert wrote: > >> Feel free to open a ticket for this code. It's seems

[sage-devel] New algorithm for graph edge coloring

2022-11-27 Thread Matheus Maldonado
Hello everyone, I just developed a new function for coloring graph edges based on this article: https://www.sciencedirect.com/science/article/abs/pii/002001909290041S , and I'd like to know if you think it's a valuable contribution to sage and deserves a trac ticket. I compared the existing ed