TheDudeCode
TheDudeCode
The current implementation looks like an equation or regex. I can see that it doesn't bother developers, but for any other person it looks very weird
I have also found that when the root vertex has more than one (non-parallel) edge, that only one of these edges result in a path. My test case: ``` //...
You're welcome :). The two cases/issues feel very related, but perhaps the two cases could end up as separate tests. I have had a quick look in the implementation of...
I think that I have found where the error lies and have implemented a very dirty fix/workaround that is in no way good enough to incorporate into QuikGraph. But I'll...
Ok it seems a bit more work to get everything compiling so in the meantime here are my findings in text. I think that there are two bugs, one in...
Very nice! I've ran my unit tests against the changed algorithm and observer and most tests seem to succeed. There were (only) 2 test cases that didn't pass. First unit...