Autopysta
Loading...
Searching...
No Matches
linear.h File Reference

Header file for the linear class definition. More...

#include <math.h>
#include "p_linear.h"
#include "model.h"
#include "point.h"

Go to the source code of this file.

Classes

class  linear
 Linear car-following model. More...
 

Detailed Description

Header file for the linear class definition.

Author
Rafael Delpiano.
Date
11 Dec 2019

This file defines the linear car-following model, which computes vehicle accelerations based on the difference in speed and spacing between the following and leader vehicles. The model considers factors such as desired speed, response time, and spacing between vehicles.