-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Romain Franceschini edited this page Apr 30, 2020
·
5 revisions
Welcome to the documentation of the Quartz modeling and simulation framework.
Quartz is a library written in the Crystal programming language for defining models and constructing discrete event simulations.
The following features are supported:
- Discrete-event and discrete-time models.
- Hierarchical models, through the coupling of sub-models via their input/output ports.
- Dynamic structure models.
- Precise representation of the simulated time.
- Heterogeneous models, e.g. coupling discrete-event and discrete-time models.
- Model and / or ports observers.
- Simulation hooks.
You can also checkout the API here.