Run the program
To run the program open the terminal in the project root folder. The path to the executable depends on the command use for the build.
build_folderThe build folder can be
cmake-debugorcmake-release.
config_fileThe path to the configuration file to use.
Run locally
./<build_folder>/BGP_simulation [path_to_config_file]
# example: ./cmake-release/BGP_simulation ./examples/config.yaml
Run through Docker
docker-compose run --rm --service-ports compiler ./<build_folder>/BGP_simulation [path_to_config_file]
# example: docker-compose run --rm --service-ports compiler ./cmake-release/BGP_simulation ./examples/config.yaml