You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
gereon 10e25fbd61 fixed warnings in ParseMdpTest 13 years ago
..
adapters Merge branch 'master' of https://sselab.de/lab9/private/git/storm 13 years ago
exceptions Fixed bug in parser that inserted 0-entries on the diagonal at the wrong places. Enabled link-time-optimizations for Release-Build when using clang. Fixed bug in base exception: what() returned a pointer to a char array belonging to a local variable, which got deallocated and thus invalidates the char array content. 13 years ago
formula fixed "copy" constructor 13 years ago
modelChecker Merge branch 'interfacelogic' 13 years ago
models changed rowMapping to vector<int> 13 years ago
parser removed obsolete typedef 13 years ago
reward Renaming MRMC to STORM, see #42 13 years ago
solver Initial version of reward model checking for DTMCs. Added two convenience operators to PCTL (Eventually and Globally) and added missing reward formulas. 13 years ago
storage fixed warnings in SparseMatrix 13 years ago
utility Fixed memory leaks involving Settings class 13 years ago
vector Added Mdp Class, Parser and support in the AutoParser. 13 years ago
storm.cpp Added output functionality to bit vector and moved test-checking lines in storm.cpp to the right place. 13 years ago