12 Commits (84bd5f3b404b79257213b4b3ac1cc9dad462fadc)

Author SHA1 Message Date
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. 12 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 00286b2f01 Added formula classes for CSL 12 years ago
Lanchid f513e49084 Almost finished restruction of PRCTL formulas; adapted code (including 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
gereon 836bdb3f1c Created new base class OptimizingOperator. 12 years ago
Lanchid 5b57728d7e Merge branch master into PrctlParser 12 years ago
dehnert 5ba7f63bc2 Splitted RewardBoundOperator and ProbabilisticBoundOperator checking methods for model checkers (needed for enabling qualititative model checking for P operator with bounds 0/1). Moved some methods of DtmcModelChecker one level up to AbstractModelChecker. TODO: this should be done for other methods as well, but there are more changes needed for that to work. 12 years ago
gereon 47cb1aa4d9 renamed BoundOperator to PathBoundOperator (StateBoundOperator is coming soon...) 12 years ago
Lanchid b66e1a34db Some fixes in formulas 12 years ago
gereon 9a73a2740a second hald of documentation. I guess that's it :-) 12 years ago
gereon 8077952331 adding needed methods for more formula classes 12 years ago
Lanchid d23b3dbee5 First compiling version of PRCTL parser 12 years ago
gereon df91728da0 first "kind of working" version. 12 years ago
dehnert 11b16f5dde Made bound/no-bound operators more consistent to reduce similar code. Changed bound operators to have a single bound and a comparison operator instead of an interval. 13 years ago