#include "../include/Environment.h" namespace environment { bool Environment::simulation_end(void) { return (nb_context_stop >= param->nb_thread); } };