Michael Young

Results 48 comments of Michael Young

This should probably be a function called something like `DIGRAPHS_DeclareObsoleteSynonym` that installs a new global function with the desired name that prints a warning and then simply calls the existing...

@devansh2605 is going to ty this!

I've had a look at this – looks like you've put some work in, but at the moment there are quite a few syntax errors and it's not loading up....

> Is there a reason not to use the existing implementation [of Floyd–Warshall]? Iirc the existing implementation is pretty flexible. I've taken a look at FLOYD_WARSHALL in digraphs.c, and it...

This is looking good! The only problem now (which I didn't mention before) is that we want to preserve backwards compatibility. So, now that `DigraphDijkstra` is gone, we want to...

This is what @zljlzljlz is working on, right?

Jun did some good work on this, and @pramothragavan might look at continuing it.

@pramothragavan, did you get far with this? If not, I'll move it back to Unassigned.

Good call. @james-d-mitchell and I were talking this week about breaking changes, major version numbers and so on in regard to #824 and #825.

I quite like a special `UnitEdgeWeightedDigraph(D)` function! This would be only a small extra effort on users' part if they want to use the edge-weighted digraph functions with unit weights,...