Autopysta
Loading...
Searching...
No Matches
martinez_jin_2020.h
Go to the documentation of this file.
1
12#ifndef _MARTINEZ_JIN_2020
13#define _MARTINEZ_JIN_2020
14
16#include "p_martinez_jin_2020.h"
17#include "point.h"
18#include "clock.h"
19#include "Exception.h"
20
30private:
38 void initialize_parameters(p_martinez_jin_2020* p);
39
40public:
47
56};
57
58#endif
Martinez and Jin (2020) car-following model with constrained timestep.
Definition martinez_jin_2020.h:29
martinez_jin_2020()
Default constructor for the martinez_jin_2020 model.
martinez_jin_2020(p_martinez_jin_2020 *p)
Constructor with custom parameter values for the Martinez-Jin model.
Newell (2002) car-following model with a constrained timestep of 1.
Definition newell_constrained_timestep.h:25
Parameter class for Martinez and Jin (2020) stochastic car-following model.
Definition p_martinez_jin_2020.h:24
File for the clock class definition (short description).
Header file for the newell_constrained_timestep class definition.
Header file for the p_martinez_jin_2020 class definition.
File for the point class definition.