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
06d78967df
Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10
Refactored the Sparse Adapters, see #17
|
12 years ago |
.. |
adapters
|
Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10
|
12 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.
|
12 years ago |
formula
|
Added boolean parameter qualitative to all path formulas, i.e. to the checking and the callback methods.
|
12 years ago |
modelchecker
|
Added a conversion routine GmmXX -> Storm Sparse Matrix
|
12 years ago |
models
|
A few minor fixes. Removed test for reward model.
|
12 years ago |
parser
|
Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10
|
12 years ago |
storage
|
Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10
|
12 years ago |
utility
|
Added until-model checking for MDPs. Implemented Prob1A algorithm. Added asynchronous leader example.
|
12 years ago |
storm.cpp
|
Fixed the method for making rows absorbing for nondeterministic models.
|
12 years ago |