We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14f4d5 commit 1a4385fCopy full SHA for 1a4385f
VERSION
@@ -1 +1 @@
1
-6798-1360698 release/2.6
+6808-b14f4d56b master
include/yen/pgr_ksp.hpp
@@ -60,7 +60,7 @@ class Pgr_ksp {
60
if (p1.tot_cost() < p2.tot_cost())
61
return true;
62
63
- pgassert(p1.tot_cost() == p2.tot_cost());
+ //pgassert(p1.tot_cost() == p2.tot_cost());
64
65
// paths costs are equal now check by length
66
if (p1.size() > p2.size())
0 commit comments