Skip to content

The work deals with the delivery of goods, specifically the ratio of truck availability to the number of trips per month. Thanks to this model and simulation experiment, it is possible to observe the effectiveness of the current system and find ways to make this system more efficient.

Notifications You must be signed in to change notification settings

spooni01/simulation-study-of-goods-transport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulation study

Project for IMS 2023, FIT VUT

Usage

Building the Executable

To build the executable, simply run the following command:

make

This command will generate an executable file in the \bin directory.

Generating Documentation

If you want to generate documentation, you can use following command:

make doc

This will generate documentation in \doc\simulation_study.pdf and temporary files in \obj.

Cleaning Object Files

To remove the object files, you can use the following command:

make clean

This command will clean up the \obj directory.

Cleaning All Generated Files

If you want to remove both the object files and the generated executable, use the following command:

make cleanall

This will clean both the \obj and \bin directories and also \doc\documentation.pdf.

Author

Adam Ližičiar xlizic00@stud.fit.vutbr.cz

About

The work deals with the delivery of goods, specifically the ratio of truck availability to the number of trips per month. Thanks to this model and simulation experiment, it is possible to observe the effectiveness of the current system and find ways to make this system more efficient.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published