8 Commits (38cec01978be36ea3dcfe10b47e68a791667c32a)

Author SHA1 Message Date
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. 13 years ago
gereon 0992df5c66 fixing test for deadlock nodes in parsers 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
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