| 22 | } |
| 23 | |
| 24 | bool IsSupportedParameterCombination(const bool fixed_start, |
| 25 | const bool fixed_end, |
| 26 | const bool roundtrip) |
| 27 | { |
| 28 | return roundtrip || fixed_start || fixed_end; |
| 29 | } |
| 30 | |
| 31 | // given the node order in which to visit, compute the actual route (with geometry, travel time and |
| 32 | // so on) and return the result |