dijkstra_inf: Find the shortest L-Inf norm paths to other vertices

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Find the shortest L-Inf norm paths to other vertices

Usage

1

Arguments

dist

A matrix of distances between nodes

src

An integer vertex ID

Value

A numeric vector, entry i of which is the vertex immediately preceeding vertex i in the shortest path leading to i. Full paths must be constructed recursively.


davidbuch/gretel documentation built on Nov. 4, 2019, 9:43 a.m.