[sage-devel] Re: Enhancement of Kruskal Algorithmn

2019-03-18 Thread hy15
I have implemented the algorithm and created a ticket #27482. After committing, The patchbot is showing that some tests failed and i am unable to understand the actual error. Link to the ticket is :https://trac.sagemath.org/ticket/27482 On Tuesday, March 12, 2019 at 1:02:48 PM UTC+5:30, david..

[sage-devel] Re: Enhancement of Kruskal Algorithmn

2019-03-12 Thread David . Coudert
Given a (di)graph, you can easily assign random edge weights using for instance `G.set_edge_lable(u, v, randint(1, 100))`. Le lundi 11 mars 2019 17:53:05 UTC+1, hy...@iitbbs.ac.in a écrit : > > Is there a way to generate Random directed weighted Graph, I have read > the module for Random Graph

[sage-devel] Re: Enhancement of Kruskal Algorithmn

2019-03-11 Thread hy15
Is there a way to generate Random directed weighted Graph, I have read the module for Random Graph generator but couldn't find one for weighted. Is there a program to generate Random directed weighted Graph there ? -- *Disclaimer: *This email and any files transmitted with it are confidential