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 3e219e7 commit 9f177e1Copy full SHA for 9f177e1
include/ordering/kingOrdering.hpp
@@ -52,7 +52,6 @@ namespace pgrouting {
52
template <class G>
53
std::vector<int64_t>
54
kingOrdering(G &graph) {
55
- using B_G = typename G::B_G;
56
using V = typename G::V;
57
58
size_t n = boost::num_vertices(graph.graph);
include/ordering/minDegreeOrdering.hpp
minDegreeOrdering(G &graph) {
0 commit comments