2 Commits (15ccd6e6532be73787d5fc73e35e7d92d9d6c0b4)

Author SHA1 Message Date
Sebastian Junges d6bfcb4818 refactoring: moving some code out of the util folder 5 years ago
sjunges 79bb6734ed compile and link parsers in seperate binary 7 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
Matthias Volk 5d79eff2cd Wrapper for file opening 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 9 years ago
dehnert b2d8cae9ce instantiated (and fixed occurring problems) explicit parsers with intervals as the reward model value type 10 years ago
dehnert 27e06940a9 templated all explicit parsers so that they may now be modified to produce non-double models 10 years ago
chris a216b5a9d9 added support for parsing choice labels for explicit MDPs 10 years ago
dehnert 418ce8b625 Fixed some problems related to the memory-mapped file. 11 years ago
PBerger 94b2d45e05 Fixed error reporting in AtomicPropositionLabelingParser.cpp and SparseStateRewardParser.cpp. 11 years ago
PBerger 422a317407 Made the OptimalSCC algorithm MUCH faster. 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 6444fc5197 Last fixes and changes. 11 years ago
masawei ff1ba43940 Lots of renames. 11 years ago
masawei 5318d9254a Refactured the MarkovAutomatonParser tests, added to them and split them into two files. 11 years ago
masawei 52f130ea5c Commenting and cleanup. 12 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 f8566e9dc2 A thousand things. 12 years ago
PBerger 89909fe8dc Edited all Parsers to lose its class. 12 years ago
PBerger 405094f768 Refactoring on Parser, introduced new keyword "override" 12 years ago
Lanchid a3837ac76b Changed WrongFileFormatException to WrongFormatException 13 years ago
gereon 7a1bf4d834 fixed some style issues reported by cpplint 13 years ago
gereon 6e2acc5159 add checked_strtod and use it in all parsers 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
gereon 614fe3df9f removing unused variable 13 years ago
dehnert 504bcb97a6 Added die example from PRISM. Added SparseStateRewardParser. Small fix to main. 13 years ago