sjunges
|
70a0e3f547
|
preliminary version of parsing variables, stub for parsing expressions.
Former-commit-id: 1a28c5a43c
|
9 years ago |
sjunges
|
ef24368fcc
|
JaniParser:
model extended with version and name, fix in prel. automaton parsing.
Former-commit-id: 59e9671a73
|
9 years ago |
sjunges
|
926d7730e5
|
JaniParser:
return model with type and actions
Former-commit-id: 1fb028f90d
|
9 years ago |
sjunges
|
db4fdd473c
|
JaniParser: parse automaton name and locations
Former-commit-id: bd4abc86c8
|
9 years ago |
sjunges
|
435bf79c2d
|
some minor extension
Former-commit-id: 21a5fa7be3
|
9 years ago |
sjunges
|
121cfe4d93
|
rough skeleton for the parser, v1
Former-commit-id: 1e53e99fbe
|
9 years ago |
sjunges
|
4df9984b87
|
added bare minimum for parser calls
Former-commit-id: b876e6dfa3
|
9 years ago |
sjunges
|
afbc4aff2a
|
unsupported model exception added to exceptions
Former-commit-id: 607e9f42ae
|
9 years ago |
dehnert
|
bf65ef726c
|
system composition in PRISM appears to be working
Former-commit-id: e7f0dd84e8
|
9 years ago |
sjunges
|
16e20ced0b
|
stub for jani parser
Former-commit-id: dec5bc961b
|
9 years ago |
dehnert
|
cf1c0a6009
|
got rid of some spirit warnings
Former-commit-id: a358842770
|
9 years ago |
Mavo
|
5eaa46c7de
|
More refactoring
Former-commit-id: 26f95239bd
|
9 years ago |
dehnert
|
9db10e7849
|
added all composition operators of PRISM
Former-commit-id: f9a25fbcb1
|
9 years ago |
dehnert
|
81b4fa6b9b
|
added composition specification to PRISM program
Former-commit-id: 2c032f5d7e
|
9 years ago |
Mavo
|
a0d659f2da
|
always use shared_ptr<Formula const>
Former-commit-id: 63a447e887
|
9 years ago |
Mavo
|
322e470c89
|
Removed unnecessary std::moves
Former-commit-id: c6436f7873
|
9 years ago |
dehnert
|
b06419afe0
|
working towards EC detection
Former-commit-id: 78bbe54f81
|
9 years ago |
Mavo
|
effadc5cca
|
Split into general settings and markov chain settings
Former-commit-id: 619a2e3622
|
9 years ago |
Mavo
|
67d77608bd
|
Refactoring of settings
Former-commit-id: ea4350fc1c
|
9 years ago |
Mavo
|
fe7037e7fd
|
Support for POR (priority or)
Former-commit-id: f0e782bcb1
|
10 years ago |
dehnert
|
dae55eeb29
|
fixed some bugs and enabled markov automaton model checking from cli
Former-commit-id: 91b689d817
|
10 years ago |
Mavo
|
ebbc4ce7b4
|
Fixed compile issues introduced in merge
Former-commit-id: 059b7c84b3
|
10 years ago |
dehnert
|
6a99ab9ef9
|
expectation/variance now handled in formula parser
Former-commit-id: 9dbe09411c
|
10 years ago |
dehnert
|
51402ec853
|
removed measure type and only added measure type to reward/time operators
Former-commit-id: 16e19fe349
|
10 years ago |
dehnert
|
5e1e5b55a1
|
renamed expected time formulas to time formulas
Former-commit-id: 50a11fe446
|
10 years ago |
dehnert
|
45e59848a9
|
first steps
Former-commit-id: 12d930813b
|
10 years ago |
dehnert
|
ffe63ea95d
|
made dfs as exploration order available
Former-commit-id: 46ea31af78
|
10 years ago |
sjunges
|
e0980de0ba
|
first version of storm without log4cplus as a dependency
Former-commit-id: 5aa64fabd7
|
10 years ago |
dehnert
|
08bed36579
|
fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm
Former-commit-id: 8536943978
|
10 years ago |
sjunges
|
a6f389fce2
|
SEQ in the parser
Former-commit-id: 8163e7149c
|
10 years ago |
dehnert
|
b46ee5425e
|
started to implement conditional rewards for dtmcs
Former-commit-id: 0400ea21ef
|
10 years ago |
dehnert
|
e40cc65117
|
added tests for fragment checker
Former-commit-id: 2de76ee5a5
|
10 years ago |
dehnert
|
dc8a5b11e0
|
more refactoring regarding fragment checking
Former-commit-id: fd335f6f8e
|
10 years ago |
dehnert
|
be8c65525e
|
introduced some methods to query formula type
Former-commit-id: 9ecc13566d
|
10 years ago |
dehnert
|
b772c92edb
|
removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically
Former-commit-id: c8527c8e9a
|
10 years ago |
Mavo
|
a9c80ef9dc
|
Better error handling
Former-commit-id: 36bd110822
|
10 years ago |
dehnert
|
8f087597cc
|
more work towards proper scheduler generation
Former-commit-id: ee6237ef49
|
10 years ago |
dehnert
|
5a1039838f
|
made everything compile again and all tests passing
Former-commit-id: 65c66fb58f
|
10 years ago |
Mavo
|
32c52d2271
|
Parse PDEPs
Former-commit-id: 623afd494f
|
10 years ago |
Mavo
|
8896bc55dd
|
Added probabilities for FDeps
Former-commit-id: c679ebb321
|
10 years ago |
Mavo
|
e38648f6a7
|
FDeps are parsed and constructed but not used yet
Former-commit-id: fbd2a95f9c
|
10 years ago |
Mavo
|
50e37217de
|
Fixed compile problem
Former-commit-id: 718456a293
|
10 years ago |
dehnert
|
52f071c74a
|
fixed minor bug (apparently because of new boost version) in spirit error handling
Former-commit-id: 23ac194fc3
|
10 years ago |
sjunges
|
bb408b2b29
|
parser returns non-const formulae now
Former-commit-id: ed23af516e
|
10 years ago |
sjunges
|
d8191d8c6a
|
const formulae
Former-commit-id: 910d7ca539
|
10 years ago |
Mavo
|
0a1ebc2f73
|
Distinct error message for parametric model checking
Former-commit-id: 7c1eacb9c2
|
10 years ago |
Mavo
|
c26cdc9012
|
Wrong assertion
Former-commit-id: e6b64dcb8a
|
10 years ago |
Mavo
|
9c1edef4a7
|
Parse Galileo representation of voting gate as '1of3'
Former-commit-id: 972869e661
|
10 years ago |
Mavo
|
65bb496bb9
|
Activate expected time in FormulaParser
Former-commit-id: 6fff9e8269
|
10 years ago |
Mavo
|
d13aca1109
|
Fixed problem with const initializer
Former-commit-id: bcd1343169
|
10 years ago |