masawei
|
9fe246a98b
|
Renamed the folders containing the formulas to lowercase to adhere to the naming conventions and Started with testing.
-Tests for BoundAction done
Former-commit-id: d5698d3d53
|
12 years ago |
masawei
|
b8317b7edf
|
Working in the new structure of the formula tree.
-Done with LTL.
-Working on PrCTL.
Former-commit-id: 1ec3c6993a
|
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.
Former-commit-id: 5befdebd92
|
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
|
7a758abd3b
|
Corrected syntax on Pointer-Sign position.
|
13 years ago |
PBerger
|
50f81e10db
|
Added override Keyword to visit() functions.
|
13 years ago |
PBerger
|
68c27f99ef
|
Mass-added Keyword "override"
|
13 years ago |
Lanchid
|
94a717941c
|
Removed const declarations for the vistor callbacks, as the visitor
should be able to store information on the formulas during the process.
|
13 years ago |
Lanchid
|
1301025bea
|
Added visitor pattern for LTL formulas
(which hopefully will make the implementation of an adapter to ltl2dstar
easier)
|
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
|
fb50665564
|
Documentation of formula classes
|
13 years ago |
Lanchid
|
535ae933b0
|
Compiling implementation of LTL parser
|
13 years ago |
Lanchid
|
9e3ec6c403
|
Added LTL
|
13 years ago |
Lanchid
|
3e554514cb
|
Correct formulas
|
13 years ago |
Lanchid
|
b64fd7c351
|
Adapted PRCTL formulas to the new structure
|
13 years ago |
Lanchid
|
a1ec7a5d54
|
Derived PRCTL formula classes from abstract ones
|
13 years ago |