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.
 
 
 
 
PBerger 22ce042472 Merge branch 'master' of https://sselab.de/lab9/private/git/storm 13 years ago
..
adapters Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10 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 Added boolean parameter qualitative to all path formulas, i.e. to the checking and the callback methods. 13 years ago
modelchecker Moved model checking functionality for MDPs for general superclass such that specialized model checkers only need to implement certain operations. Fixed tests. 13 years ago
models A few minor fixes. Removed test for reward model. 13 years ago
parser Modified parsers such that the reward matrices are of the same size as the transition matrices. 13 years ago
storage Moved model checking of DTMCs to superclass. Now, each DTMC model checker only needs to implement matrix-vector multiplication and linear equation solving to be able to fully model check DTMCs. Added subset/disjoint functionality to bit vector. Changed tests for MDP and DTMC model checking a bit. 13 years ago
utility Moved model checking of DTMCs to superclass. Now, each DTMC model checker only needs to implement matrix-vector multiplication and linear equation solving to be able to fully model check DTMCs. Added subset/disjoint functionality to bit vector. Changed tests for MDP and DTMC model checking a bit. 13 years ago
storm.cpp Added a lot of test checking routines to main file. 13 years ago