11 Commits (86fb5a3c492073653b89e551a21339e2972c2654)

Author SHA1 Message Date
dehnert 418ce8b625 Fixed some problems related to the memory-mapped file. 11 years ago
masawei 28910462ec Necessary changes to the nondeterministic parses to compensate for the change in the way the mapping between states of the model and the rows of the transition matrix are handled. 11 years ago
masawei 52f130ea5c Commenting and cleanup. 11 years ago
masawei fe7afc727f Second part of the refactoring of Parser.cpp/.h 12 years ago
masawei 538f911283 First part of the refactoring of Parser.h/.cpp 12 years ago
masawei cc71a002f4 Refactored NondeterministicSparseTransitionParser.h/.cpp. 12 years ago
PBerger 405094f768 Refactoring on Parser, introduced new keyword "override" 12 years ago
gereon 6c19ddb877 Cosmetics: Trailing whitespaces, space indentation, ... 12 years ago
dehnert c7f58ed5f5 Modified parsers such that the reward matrices are of the same size as the transition matrices. 12 years ago
dehnert 69acbdef63 Fixed a few things in the parsers and implemented proper treatment of reward files by these parsers. 12 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 12 years ago
dehnert 8c248c05c5 Renamed NonDeterministic to Nondeterministic in all places. Fixed (hopefully) all occurrences of these names. Implemented Prob0A algorithm. 12 years ago
gereon 86965ff12a removed obsolete typedef 13 years ago
gereon 54565ddd55 changed rowMapping to vector<int> 13 years ago
gereon 583ebf62bd made rowMapping from NDSTParser available in MDP model class 13 years ago
gereon 1d1f9da315 made rowMapping from NDSTParser available in MDP model class 13 years ago
gereon 0992df5c66 fixing test for deadlock nodes in parsers 13 years ago
gereon 78c0245d16 Added rowMapping to MDP transition parser. 13 years ago
gereon b8f1ddd5da Implemented first run for NonDeterministicTransitionParser 13 years ago
PBerger 557461a77d Renamed SquareSparseMatrix to SparseMatrix 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
gereon 0f8c598529 making inheritance of Parsers public (for AutoParser) 13 years ago
gereon eeaee58a56 first version of NonDeterministicSparseTransitionParser 13 years ago