47 Commits (484bbf3e83fabf886263d3dc1cebbd85aca482fe)

Author SHA1 Message Date
dehnert 484bbf3e83 Atomic propositions in formulas can now also be surrounded by quotation marks (to be compatible with the PRISM syntax). 11 years ago
dehnert ac420f13d0 Fixed some warnings in various places. 11 years ago
masawei d75e32b83e Renames the folder formula to properties and the namespace property to properties. 11 years ago
masawei 2687809591 Finished testing of Csl. 11 years ago
masawei 33386f4c5f Changed the actions in the filters to be shared_ptr instead of raw pointers. This prevents memory leaks when a filter is destructed. 11 years ago
masawei 1c4d7b9ef9 Some more testing. 11 years ago
masawei ee1ebdf91d Removed the visitor from LTL and refactured the formulas to use shared pointer in stead of standart pointer. 11 years ago
masawei 9fe246a98b Renamed the folders containing the formulas to lowercase to adhere to the naming conventions and Started with testing. 11 years ago
masawei df5bafc38b Finished the implementation of the Cls and Ltl filters. 11 years ago
masawei a5e28fcf04 Added some filter actions. 11 years ago
masawei 9a28e5b580 Added proper formula string method to filters. 11 years ago
masawei 4bf0299279 Changed the Prctl/Csl formula parsers to be static classes. 11 years ago
masawei b45b52a097 Added the class AbstractRewardPathFormula to the PRCTL formula tree. 11 years ago
masawei cf6623c68c Intruduced legacy support. 11 years ago
masawei 0a2f974983 Added rules to the prctl parser to support filters. 11 years ago
PBerger 94b25c02ca Fixed bugs in some files. 11 years ago
dehnert 84bd5f3b40 Renamed ConstTemplates to constants. Removed all calls to constGetZero, constGetOne and constGetInfinity by the new names. Created performance test for bit vector iteration. 11 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
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
Lanchid cc242974dc Renamed namespace storm::formula to storm::property 12 years ago
Lanchid f513e49084 Almost finished restruction of PRCTL formulas; adapted code (including 12 years ago
Lanchid 08815b8c13 Changed "NoBoundOperator" to "PathNoBoundOperator", as I will implement 12 years ago
Lanchid c7afcecf4a Minor changes (mainly improving comments) 12 years ago
Lanchid 895c2b6aad Convenient file parser for PRCTL, and correct reward formula parsing 12 years ago
Lanchid 0dcebc8ff0 Start of implementing improved file parser for formulas 12 years ago
Lanchid 9c2d279c47 Reformulation of some documenation texts in PrctlParser (including some 12 years ago
Lanchid fe6061e120 Documentation of parser class 12 years ago
Lanchid a3837ac76b Changed WrongFileFormatException to WrongFormatException 12 years ago
Lanchid f6196c7429 Some error messages on "unparsable" formulas 12 years ago
gereon 47cb1aa4d9 renamed BoundOperator to PathBoundOperator (StateBoundOperator is coming soon...) 12 years ago
Lanchid ab4174183b Changed PrctlParser to directly parse the input string as formula, and 12 years ago
Lanchid e829e613c0 Changed grammar such that brackets are not necessary around each binary 12 years ago
Lanchid 3833c8af41 Some more test cases for PRCTL formula parsing 12 years ago
Lanchid b66e1a34db Some fixes in formulas 12 years ago
Lanchid 02528f2bd9 Test cases for Prctl parser 12 years ago
Lanchid 7e87f35e95 First test case for prctl parser, and some necessary modifications for 12 years ago
Lanchid d23b3dbee5 First compiling version of PRCTL parser 12 years ago
gereon df91728da0 first "kind of working" version. 12 years ago
Lanchid 1b0449addb Prctl parser... not yet working 12 years ago
dehnert b381321653 Added more classes to IR. Extended PRISM-format parser. 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 12 years ago
PBerger 9e5b69b211 Further naming scheme enforcement. 12 years ago
PBerger 08f87d545c Some more refactoring, renaming, adding #ifndef guards... 12 years ago
gereon 25ee8f906a added a few words about the current state of the PRCTLParser 12 years ago