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

This file contains the definitions for the simulation class. More...

#include <iostream>
#include <vector>
#include <list>
#include <typeinfo>
#include "point.h"
#include "trajectory.h"
#include "params.h"
#include "model.h"
#include "vehicle.h"
#include "creator.h"
#include "fixed_demand_creator.h"
#include "geometry.h"
#include "clock.h"
#include "misc.h"
#include "results.h"
#include <string.h>
#include "Exception.h"
#include "random_generator.h"

Go to the source code of this file.

Classes

class  simulation
 The simulation class manages a traffic simulation over time. More...
 

Detailed Description

This file contains the definitions for the simulation class.

Version
0.1
Date
06/09/2019
Author
Rafael Delpiano. @title 2D Traffic Model Simulation

The simulation class manages the entire traffic simulation process. It handles vehicle creation, updating, and lane changes, based on different lane-changing models and vehicle dynamics.