![]() |
vrpRouting
0.3
|
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... | |
traveling costs
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.
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().
Id Matrix_cell_t::from_vid |
Definition at line 42 of file matrix_cell_t.h.
Referenced by fetch_plain(), and fetch_timestamps().
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().