forked from jgrapht/jgrapht
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Issue jgrapht#1074 - Delta stepping with custom vertices fails (
jgrapht#1094) * Issue jgrapht#1074 - Delta stepping with custom vertices fails This commit enables using graphs with custom vertices for DeltaSteppingShortestPath algorithm. Previously this use case failed because ConcurrentSkipListSet required its elements to implement Comparable interface. jgrapht#1074 * Added custom comparator to DeltaSteppingShortestPath algorithm & updated the tests to reflect the changes * Fixed getContentAndReplace method
- Loading branch information
Showing
2 changed files
with
188 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters