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.
Former-commit-id: 6d90ec961e
12 years ago
dehnert
f1a9b1e602
First version of minimum expected time for Markov automata.
Former-commit-id: 6053be896e
12 years ago
PBerger
158430418e
Replaced boost integer mask includes with cstdint
Reimplemented Gmm conversion with in place constructors
Former-commit-id: 003f582f9c
12 years ago
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
6a1f6fbcee
Parser changed to support P and R operators annotated with min/max.
13 years ago
Lanchid
f9ab6f85d0
- Restructuration of model checkers (by logic)
- LTL file parser
13 years ago
Lanchid
cc242974dc
Renamed namespace storm::formula to storm::property
13 years ago
Lanchid
01b1efc12d
Some improvements/corrections to the LTL parser and some test cases for
it
13 years ago
Lanchid
834cb269a6
Minor corrections in code
13 years ago
Lanchid
fb50665564
Documentation of formula classes
13 years ago
Lanchid
0a2725d79c
Documentation of abstract formulas.
13 years ago
Lanchid
00286b2f01
Added formula classes for CSL
13 years ago
Lanchid
45867c33c1
Prctl works now.
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
3e554514cb
Correct formulas
13 years ago
Lanchid
7e4d09cb01
Added abstract reward operators.
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
adf16e5f9e
Added abstract reward formulas
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