Module sim::sim

source · []

Re-exports

pub use self::queries::AgentProperties;
pub use self::queries::DelayCause;
pub use self::scenario::count_parked_cars_per_bldg;
pub use self::scenario::rand_dist;

Modules

queries 🔒

All sorts of read-only queries about a simulation

scenario 🔒

Structs

Ctx 🔒

The Sim ties together all the pieces of the simulation. Its main property is the current time.

Options controlling the traffic simulation.

Enums

Constants

Traits

Functions