Learn R Programming

networkTomography (version 0.3)

getActive: Check for deterministically-known OD flows at single time

Description

Uses xranges from limSolve to find deterministically-known OD flows

Usage

getActive(y, A)

Arguments

y
numeric vector of link loads, dimension m
A
routing matrix of dimension m x k

Value

logical vector of length k; TRUE for unknown OD flows, FALSE for known

Examples

Run this code
data(bell.labs)
getActive(bell.labs$Y[1,], bell.labs$A)

Run the code above in your browser using DataLab