![]() |
Virtual Belgium
2.0
A micro-simulation platform for the Belgian population
|
Main method and functions handling the launching of the simulation. More...
#include "repast_hpc/RepastProcess.h"#include "repast_hpc/io.h"#include "repast_hpc/logger.h"#include "repast_hpc/Utilities.h"#include "repast_hpc/initialize_random.h"#include <boost/mpi.hpp>#include <boost/serialization/export.hpp>#include <boost/lexical_cast.hpp>#include <vector>#include <exception>#include <time.h>#include <iomanip>#include "../include/Model.hpp"#include "../include/Data.hpp"#include "../include/Random.hpp"#include "../include/Network.hpp"Functions | |
| void | usage () |
| void | runSimulation (std::string propsFile, int argc, char **argv) |
| Initialize and launch the simulation. More... | |
| int | main (int argc, char **argv) |
| Main function. More... | |
Main method and functions handling the launching of the simulation.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main function.
| void runSimulation | ( | std::string | propsFile, |
| int | argc, | ||
| char ** | argv | ||
| ) |
Initialize and launch the simulation.
| propsFile | the file containing VirtualBelgium properties. |
| argc | the total number of arguments passed to the main function. |
| argv | the arguments passed to the main function. |
| void usage | ( | ) |
Print to the standard error output the required arguments to execute Virtual Belgium.