1 Commits (d75e32b83e1517bbb3f0ed2b670790ae5b1421fc)

Author SHA1 Message Date
masawei d75e32b83e Renames the folder formula to properties and the namespace property to properties. 11 years ago
masawei 6b2b1e4d7b Finished the documentation of the formulas. 11 years ago
masawei 7f15f358c1 Removed the FormulaCheckers. 11 years ago
masawei 532b0cf3ad Added function to test if a formula is a probability bounded reachability formula, i.e. conforms to the pattern P[<,<=,>,>=]p ([phi U, E] psi) where phi, psi are propositional formulas (consisting only of And, Or, Not and AP). 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 6025dce144 Further work on the formuolas. 11 years ago
masawei 0b9198122f Done with PrCTL. 11 years ago
masawei b8317b7edf Working in the new structure of the formula tree. 11 years ago
dehnert f39fb24f65 Removed pointers from Model Checker Interface (and callback methods in formulas). From now on, the results are returned in form of an object. Because of the existing move semantics for the types in question, this does not come at a performance penalty. 12 years ago
PBerger 68c27f99ef Mass-added Keyword "override" 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 fb50665564 Documentation of formula classes 12 years ago
Lanchid ccfd1ccc6a Documentation for CSL and PRCTL classes 12 years ago
Lanchid 3e554514cb Correct formulas 12 years ago
Lanchid b64fd7c351 Adapted PRCTL formulas to the new structure 12 years ago
Lanchid a1ec7a5d54 Derived PRCTL formula classes from abstract ones 12 years ago
Lanchid 38652f44e4 Restructuring formula classes, part I 12 years ago
dehnert 43f11ccc5f Refactoring of modelchecker folder. 12 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 12 years ago
dehnert 73623ff3f6 Added boolean parameter qualitative to all path formulas, i.e. to the checking and the callback methods. 12 years ago
dehnert 7d95a45633 Fixed bug in AbstractModelChecker: it does now correctly inherit from a lot more interface classes. NOTE: checking a formula on a model checker that does not support it failed silently. This should NOT be the case. Re-enabled DEBUG option for cmake. NOTE: why was this disabled anyway? Introduced another layer AbstractDeterministicModel and AbstractNonDeterministicModel in model hierarchy to allow for easily distinguishing these classes. Made necessary adaptions in (hopefully) all classes. Move the graph analyzer to utility folder. 12 years ago
gereon 47cb1aa4d9 renamed BoundOperator to PathBoundOperator (StateBoundOperator is coming soon...) 12 years ago
gereon 9a73a2740a second hald of documentation. I guess that's it :-) 12 years ago
gereon 8449c5ee11 implemented formula checker 12 years ago
gereon 9d65bdeef3 next iteration on formulas... 12 years ago
gereon 8a719bed22 some more form on formulas. seems to work for formula objects changed yet... 12 years ago
gereon df91728da0 first "kind of working" version. 12 years ago
dehnert 58cf8118fe Initial version of reward model checking for DTMCs. Added two convenience operators to PCTL (Eventually and Globally) and added missing reward formulas. 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
PBerger 9e5b69b211 Further naming scheme enforcement. 13 years ago
PBerger 96c7dd9a79 Added the (default) external build path /build to git ignore. 13 years ago
PBerger 1f36724cc2 Refactored StringOutput to use std::to_string 13 years ago
dehnert 091a7740a2 Added a lot of consts to all methods provided by formula classes. 13 years ago
Lanchid bb9aa0dfe2 Changed check function in formula classes to use a reference of the 13 years ago
Lanchid 6b4945e55c Changed getter for child nodes to reference style 13 years ago
Lanchid 350f1a0990 Code style for formula classes 13 years ago
Lanchid a1854b26a5 Documentation of ModelChecker (new) and improved doc of formula classes 13 years ago
Lanchid f5d2205352 - Removed enum to infer the correct formula (sub-)class, instead used 13 years ago
Lanchid 8a170d3fa6 Scheisse... hab anscheinend vergessen das zu pushen 13 years ago