Pradeep Krishnamurthy

Results 77 comments of Pradeep Krishnamurthy

Just pinging to check whether you have any suggestions. I have a long weekend coming, happy to start working on this.

I had a similar design in mind. This is enough to get started, thanks.

A question. I guess `const igraph_attribute_combination_t *comb` in this case will be set by the user. is the example below one way of doing it? ```python igraph_vector_t weights; igraph_vector_init_seq(&weights, 1,...

I made an attempt but realised that's not the right approach. I am still not successful in coming up with an `igraph` way of solving this :cry: Happy to receive...

Hello, I already started working on "tree from parents" issue. I am still interested to continue working on that but it's a little bigger than I thought. I would like...

Thanks for the link. Compiling and running tests worked but when I tried to compile a basic program using the library without using Cmake, I get the following error `gcc...

Thanks, that helped. Perhaps that should go into https://igraph.org/c/html/latest/igraph-Tutorial.html#tut-lesson-1-compiling-without-cmake

I have got the basic functionality working for _all_ vertices of a graph. Should the function also be able to give the centre and periphery of user provided vertices or...

@szhorvat Yes although I haven't even had time to even log into my github account for some weeks now. Omicron, school closures etc. Thanks for the nudge, I will try...

Hello, I am back now to resume working on this. I need to refresh my mind where I left off. It looks like there is some discussion to follow up....