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

Header file for the Gipps car-following model class. More...

#include <math.h>
#include "p_gipps.h"
#include "model.h"
#include "point.h"
#include "Exception.h"

Go to the source code of this file.

Classes

class  gipps
 Gipps car-following model (1981). More...
 

Detailed Description

Header file for the Gipps car-following model class.

Author
Rafael Delpiano
Date
11 Dec 2019

This file defines the Gipps car-following model, which simulates vehicle behavior in traffic streams based on a set of constraints related to acceleration, braking, and following distances. The model is useful for analyzing the impact of changes in traffic conditions on flow and vehicle response.