Storm
A Modern Probabilistic Model Checker
|
#include "storm/exceptions/BaseException.h"
#include "storm/utility/macros.h"
#include "storm-cli-utilities/cli.h"
#include "storm-cli-utilities/model-handling.h"
Go to the source code of this file.
Functions | |
void | processOptions () |
void | initSettings (std::string const &name, std::string const &executableName) |
int | main (const int argc, const char **argv) |
Main entry point of the executable storm. | |
void initSettings | ( | std::string const & | name, |
std::string const & | executableName | ||
) |
Definition at line 51 of file storm-cli.cpp.
int main | ( | const int | argc, |
const char ** | argv | ||
) |
Main entry point of the executable storm.
Definition at line 59 of file storm-cli.cpp.
void processOptions | ( | ) |
Definition at line 15 of file storm-cli.cpp.