MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / IsStronglyConnectedComponent

Function IsStronglyConnectedComponent

src/engine/plugins/trip.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{
17
18bool IsStronglyConnectedComponent(const util::DistTableWrapper<EdgeDuration> &result_table)
19{
20 return std::find(std::begin(result_table), std::end(result_table), INVALID_EDGE_DURATION) ==
21 std::end(result_table);
22}
23
24bool IsSupportedParameterCombination(const bool fixed_start,
25 const bool fixed_end,

Callers 1

HandleRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected