masawei
|
1f71bb5240
|
Refactored the DeterministicModelParser.
Former-commit-id: 7227d25499
|
11 years ago |
Lanchid
|
ec91dcbe2e
|
Merge branch master into LTLParser
|
12 years ago |
dehnert
|
27de566228
|
Moved current tests to the functional test suite in an attempt to introduce performance tests.
|
12 years ago |
Lanchid
|
cc242974dc
|
Renamed namespace storm::formula to storm::property
|
12 years ago |
Lanchid
|
f513e49084
|
Almost finished restruction of PRCTL formulas; adapted code (including
test cases) to work correctly with the new structure
|
12 years ago |
Lanchid
|
895c2b6aad
|
Convenient file parser for PRCTL, and correct reward formula parsing
(together with some necessary code for that)
|
12 years ago |
Lanchid
|
0dcebc8ff0
|
Start of implementing improved file parser for formulas
|
12 years ago |
Lanchid
|
a3837ac76b
|
Changed WrongFileFormatException to WrongFormatException
Also, start of documentation of PrctlParser and PrctlFileParser
|
12 years ago |
Lanchid
|
bfce1a5655
|
Removed brackets in output of until formulas
|
12 years ago |
Lanchid
|
f6196c7429
|
Some error messages on "unparsable" formulas
PrctlParser now throws an error in all cases a formula could not be
parsed successfully.
|
12 years ago |
gereon
|
47cb1aa4d9
|
renamed BoundOperator to PathBoundOperator (StateBoundOperator is coming soon...)
renamed modelChecker to modelchecker
|
12 years ago |
Lanchid
|
bb34e94eac
|
Changed the output function of the formulae to produce a string in the
same format as the input
|
12 years ago |
Lanchid
|
ab4174183b
|
Changed PrctlParser to directly parse the input string as formula, and
added PrctlFileParser to parse formulae from a file
|
12 years ago |
Lanchid
|
e829e613c0
|
Changed grammar such that brackets are not necessary around each binary
operator, and changed some test cases to check that it works
|
12 years ago |
Lanchid
|
e2f6b4b265
|
Extended parseComplexFormulaTest to use nested path formulas
|
12 years ago |
Lanchid
|
3833c8af41
|
Some more test cases for PRCTL formula parsing
|
12 years ago |
Lanchid
|
b66e1a34db
|
Some fixes in formulas
Additional test case for reward formulas
|
12 years ago |
Lanchid
|
02528f2bd9
|
Test cases for Prctl parser
|
12 years ago |
Lanchid
|
7e87f35e95
|
First test case for prctl parser, and some necessary modifications for
the code
|
12 years ago |