3 Commits (f1c2cf985a1bb72166b4e1260b21cd7aaa781e73)

Author SHA1 Message Date
Sebastian Junges d246517757 removed src prefix in all includes 8 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 8 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 8 years ago
dehnert 27e06940a9 templated all explicit parsers so that they may now be modified to produce non-double models 9 years ago
dehnert 418ce8b625 Fixed some problems related to the memory-mapped file. 10 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 11 years ago
masawei 538f911283 First part of the refactoring of Parser.h/.cpp 11 years ago
masawei cc71a002f4 Refactored NondeterministicSparseTransitionParser.h/.cpp. 11 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 12 years ago
gereon 54565ddd55 changed rowMapping to vector<int> 12 years ago
gereon 583ebf62bd made rowMapping from NDSTParser available in MDP model class 12 years ago
gereon 1d1f9da315 made rowMapping from NDSTParser available in MDP model class 12 years ago
gereon 0992df5c66 fixing test for deadlock nodes in parsers 12 years ago
gereon 78c0245d16 Added rowMapping to MDP transition parser. 12 years ago
gereon b8f1ddd5da Implemented first run for NonDeterministicTransitionParser 12 years ago
PBerger 557461a77d Renamed SquareSparseMatrix to SparseMatrix 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 12 years ago
gereon 0f8c598529 making inheritance of Parsers public (for AutoParser) 12 years ago
gereon eeaee58a56 first version of NonDeterministicSparseTransitionParser 12 years ago