NetworkSkim

Type: object

Simplified representation of the state of a network, as perceived by the agents.

Type: array of array

Travel-time function for each OD pair (inner array), for each unique vehicle type (outer array)

Each item of this array must be:

Type: array

Each item of this array must be:

Type: object

Type: integerFormat: uint

Index of the origin node.

Value must be greater or equal to 0.0

Type: integerFormat: uint

Index of the destination node.

Value must be greater or equal to 0.0

Type: object

Travel-time function from origin to destination.

None if destination cannot be reached from origin.

Type: object

A piecewise-linear function.

Type: array

y values of the function.

Each item of this array must be:

Type: number

Representation of time duration or timestamp, expressed in seconds.

Type: number

Interval between two x values.