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 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

Breakpoints representing the function.

Each item of this array must be:

Type: object

Type: number

Representation of time duration or timestamp, expressed in seconds.

Type: number

Representation of time duration or timestamp, expressed in seconds.

Type: number

Minimum y value of the function.

Type: number

Maximum y value of the function.

Type: array

Array [x0, x1] representing the domain of the function.

Must contain a minimum of 2 items

Must contain a maximum of 2 items

Each item of this array must be:

Type: number

Representation of time duration or timestamp, expressed in seconds.