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.
 
 
 
 
dehnert 34b85b956e 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
..
prctl_files Changed the output function of the formulae to produce a string in the 13 years ago
.gitignore Added /test/parser/output.dot to gitignore (output file is automatically 13 years ago
ParseDtmcTest.cpp The DeterministicSparseTransitionParser.cpp was still broken, rewrote it in a simpler and more convenient way. 13 years ago
ParseMdpTest.cpp Renamed NonDeterministic to Nondeterministic in all places. Fixed (hopefully) all occurrences of these names. Implemented Prob0A algorithm. 13 years ago
PrctlParserTest.cpp Merge branch 'master' of https://sselab.de/lab9/private/git/storm 13 years ago
ReadLabFileTest.cpp Added XCode stuff to .gitignore. Fixed a few tests to compile with clang under -Werror. 13 years ago
ReadTraFileTest.cpp Added XCode stuff to .gitignore. Fixed a few tests to compile with clang under -Werror. 13 years ago
readme.txt Some minor changes (especially limiting the range of variables if 13 years ago

readme.txt

Note: *.tra-Files starting with "wrong_format" are to produce an error when 
being parsed. Hence, spelling errors and wrong formats are on purpose.
DO NOT CORRECT THEM!