Alexandre Rabérin

Results 42 comments of Alexandre Rabérin

Hum, interesting, do you suggest having this kind of algorithm implemented directly in `QuikGraph` or it was just for reference on that topic in order to share some knowledge and...

Hello @ende124, Thank you for reporting the bug, I will try to have a look at it as soon as possible. By any chance, did you have some time to...

So I dug a bit in the code related to the GraphML serializer and the problem you're facing is because the serializer indeed not takes into account properties of unsupported...

@ende124 If the method with a custom Edge fit your needs at least temporarily I think you can go this way. BTW I keep in mind to add support of...

Hello @BenBohannon, I imagine you're in a case you've specified a root vertex (source) which is then given to the BFS algorithm, and also have implicitly a destination (target) to...

Hello! The `ReversedBidirectionalGraph` is indeed dynamic representation of a graph as a reversed one. BTW it indeed use some struct (`SReversedEdge`) to not create/alterate objects from the original graph. I...

Hello, Thank you for your interest to QuikGraph! The scenario your describing is a bit fishy indeed. BTW I'm not really sure about how we can prevent such situation since...

Hello @johna1203! I'm sad it's causing you issues. I wil indeed appreciate if you provide the source code associated to your tests so we can have a look into more...

Hello @andrea-cassioli-maersk! Thank you for showing interest to QuikGraph :-) Oh I see, that's mainly the integrity contrainst that is responsible of this. Do you have some profiling data to...

Hello @maruker, Unfortunately there is no isomorphism algorithm currently implemented in QuikGraph. It can certainly be a nice improvement if such one is proposed by the library in the future.