#include "NFscheduler/Scheduler.h"
#include "NFcore/NFcore.hh"
#include "NFutil/NFutil.hh"
#include "NFinput/NFinput.hh"
#include "NFreactions/NFreactions.hh"
#include "NFfunction/NFfunction.hh"
#include "NFtest/simple_system/simple_system.hh"
#include "NFtest/transcription/transcription.hh"
#include "NFtest/tlbr/tlbr.hh"
#include "NFtest/agentcell/agentcell.hh"
Go to the source code of this file.
Functions | |
bool | runFromArgs (System *s, map< string, string > argMap, bool verbose) |
Runs a given System with the specified arguments. | |
System * | initSystemFromFlags (map< string, string > argMap, bool verbose) |
Initialize a system from command line flags. |
System* initSystemFromFlags | ( | map< string, string > | argMap, | |
bool | verbose | |||
) |
Initialize a system from command line flags.
bool runFromArgs | ( | System * | s, | |
map< string, string > | argMap, | |||
bool | verbose | |||
) |
Runs a given System with the specified arguments.