Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
storm-dft.cpp File Reference
Include dependency graph for storm-dft.cpp:

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.
 

Function Documentation

◆ main()

int main ( const int  argc,
const char **  argv 
)

Entry point for Storm-DFT.

Parameters
argcThe argc argument of main().
argvThe argv argument of main().
Returns
Return code, 0 if successful, > 0 otherwise.

Definition at line 257 of file storm-dft.cpp.

◆ process()

void process ( )

Definition at line 238 of file storm-dft.cpp.

◆ processOptions()

template<typename ValueType >
void processOptions ( )

Process commandline options and start computations.

Definition at line 19 of file storm-dft.cpp.