![]() |
vrpRouting
0.3
|
Matrix's attributes. More...
#include "vroom_matrix_t.h"
Public Attributes | |
TravelCost | cost |
Duration to travel from start to end. More... | |
Duration | duration |
End node identifier. More... | |
MatrixIndex | end_id |
Start node identifier. More... | |
MatrixIndex | start_id |
Matrix's attributes.
name | description |
---|---|
start_id | Start node identifier |
end_id | End node identifier |
duration | Duration to travel from start to end |
cost | Cost to travel from start to end |
Definition at line 46 of file vroom_matrix_t.h.
TravelCost Vroom_matrix_t::cost |
Duration to travel from start to end.
Definition at line 51 of file vroom_matrix_t.h.
Referenced by fetch_matrix().
Duration Vroom_matrix_t::duration |
MatrixIndex Vroom_matrix_t::end_id |
Start node identifier.
Definition at line 48 of file vroom_matrix_t.h.
Referenced by fetch_matrix().
MatrixIndex Vroom_matrix_t::start_id |
Definition at line 47 of file vroom_matrix_t.h.
Referenced by fetch_matrix().