359 Commits (e4968b1ddee0819fd399366e321398f39dcc66ea)

Author SHA1 Message Date
PBerger 8a8a0c1ce8 Fixed a bug in the DeterministicModelParser.cpp, the wrong file was passed into the Parser 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 f4050e5b18 Edited Parsers, re factored interface into a single function without an encapsulating class. Warning, this is work in Progress and not yet compiling. 12 years ago
PBerger 405094f768 Refactoring on Parser, introduced new keyword "override" 12 years ago
dehnert 913bd173c3 Fix: local indices of variables are now treated correctly. 12 years ago
dehnert dd317bf6a4 Fixed issues with PRISM parser. 12 years ago
dehnert 7b8b1ebd4f Further refactoring of IR classes. 12 years ago
dehnert e30c386f23 On my way of splitting header/source files in IR to make forward-declaration easy. 12 years ago
dehnert 8abc703f6a Further refactoring of IR and PRISM parser. 12 years ago
dehnert 82430ca12d Fixed dummy returns in VariableState.cpp. 12 years ago
dehnert 22ddf9c5be On my way of cleaning up Gereon's mess. :P 12 years ago
Lanchid 1e5de29eec Conversion adapter to create LTL2DStar formulas out of "ours" 12 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 12 years ago
gereon cd9e2ba549 Some minor cleanups, added lot of documentation in prismparser 12 years ago
gereon cb14f2e771 Made choiceIndices work in ExplicitModelAdapter, added code to somehow use --symbolic (parse model, show model information) 12 years ago
dehnert cae3d6cc6a Renamed PrismParser directory to prismparser. 12 years ago
PBerger d3c80dca16 Updated CMakeLists.txt 12 years ago
gereon 91f20b8bf2 Also added messages for windows code. 12 years ago
gereon 16f33d8bca Changed error messages for stat() and open() 12 years ago
Lanchid 00a7c50ad4 Implemented the improvements from the PRCTL parser also in the CSL and 12 years ago
Lanchid a08db1b2cf Changed prctl parser. 12 years ago
Lanchid a956fc782a Added support for atomic propositions containing numbers. 12 years ago
Lanchid 6a1f6fbcee Parser changed to support P and R operators annotated with min/max. 12 years ago
Lanchid c8e8e1502b Added minimum/maximum support for probablistic no bound operators. 12 years ago
Lanchid f9ab6f85d0 - Restructuration of model checkers (by logic) 12 years ago
gereon aafdbf7671 Fixed errors due to merging. 12 years ago
gereon 5495456991 Added new log level "trace" 12 years ago
Lanchid 065ac8f659 Basic command line interface for SToRM 12 years ago
Lanchid 5d3b9e5cc1 Basic structure for central model checking method in storm.cpp 12 years ago
Lanchid 3b5602b942 Reduction of functionality of fileParser: Only does the parsing, no 12 years ago
Lanchid cc242974dc Renamed namespace storm::formula to storm::property 12 years ago
gereon dfd4df2884 Removing debug output. 12 years ago
gereon a790a7c3ec Allow != as a token. 12 years ago
gereon 6ad0c7041e Allow DoubleExpressions to use integer constants 12 years ago
gereon ac86932785 Fixed renaming: Command names were not considered. 12 years ago
gereon 3b76126f6b Split PrismParser and PrismGrammar in differenc object files. 12 years ago
gereon 4222130524 Fixed a few more bugs in clone() of various Expression classes and some in the module renaming. 12 years ago
gereon 5840ca5bab Fixed weird error from previous commit. 12 years ago
gereon c3cfc5404c Somewhat fixed weird issue during module renaming. 12 years ago
gereon f09be5c3b4 Made BaseGrammar constructor clang-compatible, fixed ms output of CPU usage 12 years ago
gereon ac313cb997 Removed debug output, fixed DoubleExpressionGrammar 12 years ago
gereon 014ecd8597 Fixed some glitches, producing meaningful error if sum of probabilities for a command is not one 12 years ago
gereon c1801b4ecc Changed debug output to use LOG4CPLUS 12 years ago
gereon a9edf2aa8c Removed some debug output. 12 years ago
gereon 9613d099bb Removed shared_ptr for module, program and rewardmodel objects. 12 years ago
gereon 1878962dea Fixed another nullptr, removed shared_ptr for Update and Command objects. 12 years ago
Lanchid d0adf9d1b3 Some more test cases and, resulting from those, minor changes in LTL 12 years ago
Lanchid 01b1efc12d Some improvements/corrections to the LTL parser and some test cases for 12 years ago
Lanchid 834cb269a6 Minor corrections in code 12 years ago