vrpRouting  0.3
Time_multipliers_t Struct Reference

Time Dependant Multipliers. More...

#include "time_multipliers_t.h"

Public Attributes

Multiplier multiplier
 multiplier at hour More...
 
TTimestamp start_time
 Time of day where the multiplier starts to be valid. More...
 

Detailed Description

Time Dependant Multipliers.

Note
C/C++/postgreSQL connecting structure for input
name description
start_time with respect to 0
multiplier takes effect starting from the start_time
  • Evrything between 0 and the smallest start_time found will have 1 as multiplier
  • Evrything between after the largest start time will have the multiplier of the largest start_time

Definition at line 46 of file time_multipliers_t.h.

Member Data Documentation

◆ multiplier

Multiplier Time_multipliers_t::multiplier

multiplier at hour

Definition at line 50 of file time_multipliers_t.h.

Referenced by fetch_raw(), and fetch_timestamps().

◆ start_time

TTimestamp Time_multipliers_t::start_time

Time of day where the multiplier starts to be valid.

Definition at line 48 of file time_multipliers_t.h.

Referenced by fetch_raw(), fetch_timestamps(), and vrprouting::problem::anonymous_namespace{matrix.cpp}::set_tdm().


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