2 Commits (d6bfcb481817a7298043b79a0bba878050b23f57)

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
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 a1dae8849e Reworked (sparse) model files: moved them into their own namespace and deleted some functionality that is never used and not that nicely implemented. 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 07465f604a Refactored and added to the test for the AtomicPropositionLabelParser. 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
dehnert cebda374d1 Further step towards Markov automata parser. 12 years ago
PBerger bf5de84ab9 Refactored the parsing and lineFeeding handling. 12 years ago
PBerger 83d0e7d6af Refactored LineEndings Handling. Added missing default cases. 12 years ago
PBerger 2fc666892d Added multi plattform new-line handling for parsers 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 12 years ago
gereon 989c0a51ea a few more style issues 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
gereon fa68492b55 removing distinction between different platform 13 years ago
Lanchid 383f34e745 Function renaming 13 years ago
Lanchid daa5cf297a Changed type of parameter filename to std::string const & (was const 13 years ago
Lanchid 64784d4e92 Renamed LabParser to AtomicPropositionLabelingParser 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 cce8391e44 Refactored everything to match naming scheme. 13 years ago
PBerger 1f36724cc2 Refactored StringOutput to use std::to_string 13 years ago
PBerger 851e3a631d Fixed CMakeLists.txt, made everything compile under Windows/MSVC 13 years ago
gereon 4095e87282 changing pointer to std::shared_ptr 13 years ago
gereon c436586303 fixing error if lab file contains no trailing newline 13 years ago
gereon 07ac945794 some more documentation 13 years ago
gereon 71c824b91a hunting for memory erros 13 years ago
gereon f960e20e53 porting LabParser and TraParser from c-style API to class API 13 years ago
gereon 3782122ac6 adding log output with LOG4CPLUS macros 13 years ago
gereon 5ce8355d2b removing pantheios (new logger will be added soon) and fixed a warning 13 years ago
gereon bb1dae23fc Lab and Tra parser pass test cases 13 years ago
PBerger 4f7cbd450a Fixed bugs in the Windows Part of the parser, refactored includes to meet Windows Requirements. 13 years ago
gereon ad0c802fcc minor cleanups, added documentation. 13 years ago
gereon ea8504a84e some fixes to new parser, calculate maximum node number manually 13 years ago
gereon 408290d72b moved file mapping logic to parser.h 13 years ago