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
..
eigen Merge branch 'master' of https://sselab.de/lab9/private/git/MRMC 13 years ago
functional 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
parser Renamed NonDeterministic to Nondeterministic in all places. Fixed (hopefully) all occurrences of these names. Implemented Prob0A algorithm. 13 years ago
storage Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10 13 years ago
storm-tests.cpp renamed BoundOperator to PathBoundOperator (StateBoundOperator is coming soon...) 13 years ago