22 Commits (418ce8b6257d31f2120d34a3b07f70c2931c8dfc)

Author SHA1 Message Date
dehnert 418ce8b625 Fixed some problems related to the memory-mapped file. 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 46e783c981 Refactored AtomicPropositionLabelingParser. 11 years ago
masawei cc71a002f4 Refactored NondeterministicSparseTransitionParser.h/.cpp. 11 years ago
masawei 8adee3629b Removed duplicated code in DeterministicSparseTransitionParser while still keeping it readable and the interface intact. 11 years ago
masawei 1f71bb5240 Refactored the DeterministicModelParser. 11 years ago
masawei 3598b7195e Refactored the DeterministicSparseTransitionParser. 12 years ago
PBerger 2fc666892d Added multi plattform new-line handling for parsers 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
gereon 8dce5af515 fixed some warnings (comparison between signed/unsigned) 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
dehnert 726569d5f1 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
gereon 0992df5c66 fixing test for deadlock nodes in parsers 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
Lanchid 3c741fae4a Changed filename parameter for DeterministicSparseTransitionParser to a 13 years ago
Lanchid b0b8c98f6b Renamed TraParser to DeterministicSparseTransitionParser 13 years ago
PBerger 01ea2c8427 Moved os specific includes into OsDetection.h 13 years ago
PBerger 08f87d545c Some more refactoring, renaming, adding #ifndef guards... 13 years ago
gereon 64bf554cad some more reformatting 13 years ago
PBerger 1f36724cc2 Refactored StringOutput to use std::to_string 13 years ago
gereon 4095e87282 changing pointer to std::shared_ptr 13 years ago
gereon 07ac945794 some more documentation 13 years ago
gereon f960e20e53 porting LabParser and TraParser from c-style API to class API 13 years ago
dehnert b76f392df1 Added newlines to end of files, because clang++ complains about that. Added case distinction of struct definition in parser.h for Mac OS to work correctly with parser.cpp. 13 years ago
gereon 8d89375c6e integrated renaming within master branch into code merged from parser branch 13 years ago
gereon 925a9bd8c0 changing pragma to ifdef, starting implementation of PRCTLParser 13 years ago
gereon ad0c802fcc minor cleanups, added documentation. 13 years ago
gereon 2cf8f3baec more work on refactoring / rewriting parsers 13 years ago