Storm
A Modern Probabilistic Model Checker
|
#include "storm-dft/api/storm-dft.h"
#include "storm-cli-utilities/cli.h"
#include "storm-dft/settings/DftSettings.h"
#include "storm-dft/settings/modules/DftGspnSettings.h"
#include "storm-dft/settings/modules/DftIOSettings.h"
#include "storm-dft/settings/modules/FaultTreeSettings.h"
#include "storm-parsers/api/storm-parsers.h"
#include "storm/exceptions/UnmetRequirementException.h"
#include "storm/settings/modules/GeneralSettings.h"
#include "storm/settings/modules/IOSettings.h"
#include "storm/settings/modules/ResourceSettings.h"
#include "storm/settings/modules/TransformationSettings.h"
#include "storm/utility/initialize.h"
Go to the source code of this file.
Functions | |
template<typename ValueType > | |
void | processOptions () |
Process commandline options and start computations. | |
void | process () |
int | main (const int argc, const char **argv) |
Entry point for Storm-DFT. | |
int main | ( | const int | argc, |
const char ** | argv | ||
) |
Entry point for Storm-DFT.
Definition at line 257 of file storm-dft.cpp.
void process | ( | ) |
Definition at line 238 of file storm-dft.cpp.
void processOptions | ( | ) |
Process commandline options and start computations.
Definition at line 19 of file storm-dft.cpp.