Initial Skeleton for Recursive Bisection via Inertial Flow
This commit is contained in:
committed by
Patrick Niklaus
parent
07221f5a48
commit
d56db500d3
@@ -42,7 +42,7 @@ struct TarjanEdgeData
|
||||
};
|
||||
|
||||
using TarjanGraph = util::StaticGraph<TarjanEdgeData>;
|
||||
using TarjanEdge = TarjanGraph::InputEdge;
|
||||
using TarjanEdge = util::static_graph_details::SortableEdgeWithData<TarjanEdgeData>;
|
||||
|
||||
std::size_t loadGraph(const std::string &path,
|
||||
std::vector<extractor::QueryNode> &coordinate_list,
|
||||
|
||||
Reference in New Issue
Block a user