CPLIB_GRAPH_RESTORE_SHORTESTPATH_FROM_PREV = 1
proc restore_shortest_path_from_prev(prev: seq[int]; goal: int): seq[int] {. ...raises: [], tags: [].}