|
Autopysta
|
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... | |
This file contains the definitions for the simulation class.
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.