Alexandre Rabérin
Alexandre Rabérin
In this case we can consider what I was talking about an unsafe mode. BTW such mode would require a check at each insertion. Considering that insert most of the...
@andrea-cassioli-maersk did you find time to have some profiling data? I was wondering if for such scenario it would be better to go with a dedicated method not doing the...
Hello @andrea-cassioli-maersk! For now, unfortunately I think I will not have enough time on my spare time to do such implementation. The main plan I have is to make a...
Concerning the `TryGetXWithDefaultValue` we can also think about two methods in such situation meaning; - `TryGetX(...)` (would throw for example with vertex not found and no data associated) - `TryGetX(...,...
Yeah you're right, that better fit the `TryGet` approach. In this case there are some implementation that may need to be updated. I was thinking about `TryGetColor`. Considering the fact...
Hello, First of all, thank you for your report. I may be wrong but maybe both issues are more or less related. We should investigate what's going wrong. BTW to...
@TheDudeCode I was working on a fix, but infortunatly it seems to not well cover the issue and not breaking the algorithm :s Meanwhile if you had time to try...
@TheDudeCode Your analysis seems to go in a similar direction than what I was able to explore on my last debugging session. I ended thinking that the EdgesPredecessors dictionary was...
Having a "config" structure on construction would be great for evolution indeed. We should think about having multiple layer of config structure since some algorithm can share common setup.
Hello, Since the loading of dot file was a commented code I took the decision to remove it from the library and open this issue. So QuikGraph does not provide...