Skip to content

otaviofbrito/discrete-time-event-simulation

Repository files navigation

Discrete Time Event Simulation

GitHub Actions

📈 An example report is available on Github Pages.

Pre-Requisites

These tools are often pre-installed on your OS. If not, visit their websites and install them:

Usage

The project can be easily built using a Makefile.

At the root directory, run the following commands:

# Build project and install dependencies
make build

After the build process, you can run the project:

# Run project
make

Once executed, a report will automatically open, displaying the graphical visualizations:

# Clean objects, reports and generated data
make clean

You can also run it with predefined inputs in the inputs.txt file:

# Express run with inputs.txt
make auto

To fully clean the environment, run:

# Remove generated data, objects and virtual environment
make purge