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

Defines the fixed_demand_creator class for generating vehicles at a fixed rate. More...

#include <cmath>
#include "creator.h"

Go to the source code of this file.

Classes

class  fixed_demand_creator
 Vehicle creator that injects vehicles at a fixed rate (flow). More...
 

Detailed Description

Defines the fixed_demand_creator class for generating vehicles at a fixed rate.

Author
Rafael Delpiano.
Date
11 Dec 2019

The fixed_demand_creator class generates vehicles at a given flow rate. Vehicles are placed at the beginning of a lane unless constraints prevent it.