Alexandre Rabérin

Results 18 comments of Alexandre Rabérin

Hello @dimitur98, Do you have a sample that can showcase the issue your encountering in order to investigate? What are the limit you're reaching with which configuration? Considering the MSDN...

Hello @gplesz, And sorry for the delay. If you need some data attached to the edge then I would say it depends on the nature of data you need to...

I made a fork of the library with lot of cleaning and made it .NET Core compliant. I also extended package targets support. Here are targets: - .NET Standard >=...

Hello, On my [fork ](https://github.com/KeRNeLith/QuikGraph) I re-created the [wiki](https://github.com/KeRNeLith/QuikGraph/wiki) for QuikGraph that I fully read and adjusted to fit evolutions of the library. Concerning this point, the correct thing is:...

Hello, I forked this QuickGraph repository ([here](https://github.com/KeRNeLith/QuikGraph)) and put a lot of effort to make it fully .NET Core compliant. I extended support of the library and obviously created targets...

Hello, I forked this QuickGraph repository ([here](https://github.com/KeRNeLith/QuikGraph)) and made a fix to the Yen algorithm. Note that I also refactored a lot of the QuickGraph core library in the same...

Hello, I forked this QuickGraph repository ([here](https://github.com/KeRNeLith/QuikGraph)) and updated these implementations, in my opinion, in a clearer way (see [here](https://github.com/KeRNeLith/QuikGraph/blob/master/src/QuikGraph/Algorithms/Exploration/TransitionFactoryImplicitGraph.cs)). From what I understood, you should add classes implementing the...

In my fork I moved to string interpolation keeping the 3 args in a way similar to debugguer display (see [here](https://github.com/KeRNeLith/QuikGraph/blob/master/src/QuikGraph/Algorithms/RankedShortestPath/HoffmanPavleyRankedShortestPathAlgorithm.cs#L399)).

I think the best way to handle such thing is to use some TryXXX pattern. Because default can in some cases be a value part of the graph which would...

Hello, I forked this QuickGraph repository ([here](https://github.com/KeRNeLith/QuikGraph)) and made a fix to the Yen algorithm. And I made unit tests to assert such case will no longer be broken. Note...