PBerger
68c27f99ef
Mass-added Keyword "override"
13 years ago
Lanchid
ec91dcbe2e
Merge branch master into LTLParser
13 years ago
Lanchid
21e6ee70b9
Added static asserts to ensure that sub formulas are formulas ;)
13 years ago
Lanchid
cc242974dc
Renamed namespace storm::formula to storm::property
13 years ago
Lanchid
fb50665564
Documentation of formula classes
13 years ago
Lanchid
0a2725d79c
Documentation of abstract formulas.
13 years ago
Lanchid
f513e49084
Almost finished restruction of PRCTL formulas; adapted code (including
test cases) to work correctly with the new structure
13 years ago
Lanchid
0e0b5ff688
Added methods to check whether child nodes are set (necessary, as sub
classes have no direct access to the pointer)
13 years ago
Lanchid
195c58e60f
Small change of plans: Abstract formulas now use a template parameter
for subformulas, so it can be determined later which kind formulas they
accept as subformulas.
13 years ago
Lanchid
f1383964f0
Adapted abstract formulas to new structure
13 years ago
Lanchid
38652f44e4
Restructuring formula classes, part I
Sorted formulas into respective folders, depending on which logic they
belong to (or if they are abstract).
The Code is NOTadapted to the new structure yet.
13 years ago
dehnert
43f11ccc5f
Refactoring of modelchecker folder.
13 years ago
gereon
836bdb3f1c
Created new base class OptimizingOperator.
Inheriting from this class where appropriate, added constructors accepting minimumOperator argument.
13 years ago
Lanchid
5b57728d7e
Merge branch master into PrctlParser
13 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.
13 years ago
gereon
47cb1aa4d9
renamed BoundOperator to PathBoundOperator (StateBoundOperator is coming soon...)
renamed modelChecker to modelchecker
13 years ago
Lanchid
b66e1a34db
Some fixes in formulas
Additional test case for reward formulas
13 years ago
gereon
9a73a2740a
second hald of documentation. I guess that's it :-)
13 years ago
gereon
8077952331
adding needed methods for more formula classes
13 years ago
Lanchid
d23b3dbee5
First compiling version of PRCTL parser
13 years ago
gereon
df91728da0
first "kind of working" version.
13 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.
14 years ago