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.


gretel documentation built on Aug. 22, 2019, 5:10 p.m.