vrpRouting  0.3
Matrix_cell_t Struct Reference

traveling costs More...

#include "matrix_cell_t.h"

Public Attributes

TInterval cost
 arrival node's identifier More...
 
Id from_vid
 
Id to_vid
 departure node's identifier More...
 

Detailed Description

traveling costs

Note
C/C++/postgreSQL connecting structure for input
name description
from_vid Departure node's identifier
to_vid Arrival node's identifier
cost Travel cost from departure to arrival

Definition at line 41 of file matrix_cell_t.h.

Member Data Documentation

◆ cost

TInterval Matrix_cell_t::cost

arrival node's identifier

Definition at line 44 of file matrix_cell_t.h.

Referenced by fetch_plain(), and fetch_timestamps().

◆ from_vid

Id Matrix_cell_t::from_vid

Definition at line 42 of file matrix_cell_t.h.

Referenced by fetch_plain(), and fetch_timestamps().

◆ to_vid

Id Matrix_cell_t::to_vid

departure node's identifier

Definition at line 43 of file matrix_cell_t.h.

Referenced by fetch_plain(), and fetch_timestamps().


The documentation for this struct was generated from the following file: