Sebastian Junges
|
f9e4208268
|
export jani with comment expressions to ease debugging jani models
|
7 years ago |
Sebastian Junges
|
6275c52779
|
several convenience additions to jani data structures
|
7 years ago |
dehnert
|
c18340b76a
|
added mod as binary operation in expressions and slightly extended JANI support for filters
|
7 years ago |
Sebastian Junges
|
3de51e28e5
|
towards reward-bounded properties
|
8 years ago |
Sebastian Junges
|
697ae21b6f
|
Suppress warning
|
8 years ago |
TimQu
|
c5c14f3178
|
extended JSONExporter to properly export non-constant time/step intervals
|
8 years ago |
TimQu
|
f0ae3a2dfb
|
Bounds of operator formulas are now expressions, allowing formulas such as P<1/N [ F "goal" ] for model constant N
|
8 years ago |
dehnert
|
a323d21751
|
fixed some wrong capitalization
|
8 years ago |
Matthias Volk
|
5d79eff2cd
|
Wrapper for file opening
|
8 years ago |
sjunges
|
7bc6ce99fa
|
JANI Export now preserves variable names correctly
|
8 years ago |
sjunges
|
dfe0a445a1
|
JANI: Compacter export; Do not export optional values if they contain the default
|
8 years ago |
dehnert
|
a85f4fdc89
|
replaced some StoRMs and Storms by storm, reworked version output a bit
|
8 years ago |
dehnert
|
cb8b537baa
|
made storm compile again with expressions in time-bounds of until formula
|
8 years ago |
dehnert
|
eac2735068
|
fixed more warnings
|
8 years ago |
dehnert
|
5b09b91ae1
|
fixed more warnings
|
8 years ago |
Sebastian Junges
|
c2ea78b880
|
no need anymore to create files from formulas if properties are present anyway
|
8 years ago |
sjunges
|
4920eaaaea
|
do not allow edges with no destinations in jani
|
8 years ago |
Sebastian Junges
|
d246517757
|
removed src prefix in all includes
|
9 years ago |
Sebastian Junges
|
e1d201c85e
|
c++ code compiles again after rename
|
9 years ago |
Sebastian Junges
|
3a7ee7867b
|
rename files (does not compile)
|
9 years ago |
sjunges
|
1fd89f3922
|
fixes in reach expression parsing for expected reward
Former-commit-id: d9f5e887d8 [formerly 02cea9bff2 ]
Former-commit-id: dd387c2595
|
9 years ago |
sjunges
|
7528e86d67
|
switch case: added default to suppress warning in gcc6
Former-commit-id: 0907c5b200 [formerly 8bca6a7a6e ]
Former-commit-id: 273d6e3b06
|
9 years ago |
sjunges
|
6843f4349f
|
refactorign of gspns: use ints as identifiers on more places, use the builder in the parsing process, split the parsers for project files and pnml, as well as some minor stuff
Former-commit-id: f6cab8208b [formerly 9ef5558433 ]
Former-commit-id: cb48f9e55a
|
9 years ago |
sjunges
|
e0fd50cb9d
|
Fixed export of sync input for no-action
Former-commit-id: 7124276a86 [formerly 1e63ff5245 ]
Former-commit-id: 05f1f33c49
|
9 years ago |
sjunges
|
d945cb279d
|
add derived operators to features, fixed composition export
Former-commit-id: 4d57e83fdf [formerly f392ca2925 ]
Former-commit-id: 555084f8b0
|
9 years ago |
dehnert
|
c84254f665
|
another step, debugging in progress
Former-commit-id: 41c25470a2 [formerly 10e321e3d0 ]
Former-commit-id: 38f405c114
|
9 years ago |
sjunges
|
9faa7539c5
|
parser
Former-commit-id: 6e1af26d2f [formerly 995647eeb7 ]
Former-commit-id: 0865990abf
|
9 years ago |
sjunges
|
ed970d78b1
|
property support for jani -- several changes throughout code, parser currently only supports probability properties
Former-commit-id: d5db0cda02 [formerly 66d55d7e43 ]
Former-commit-id: 1672b21b12
|
9 years ago |
sjunges
|
3626c044d3
|
several improvements towards jani-property support
Former-commit-id: 3d56f22d99 [formerly 1f527643ab ]
Former-commit-id: 75e40a9b69
|
9 years ago |
sjunges
|
744216d5d2
|
export formulae
Former-commit-id: 4932938e38 [formerly 95b3269c75 ]
Former-commit-id: 974a891cb6
|
9 years ago |
sjunges
|
aee1956950
|
progress towards JANI formula support, fix for gcc
Former-commit-id: 66d87dbe8c [formerly ac7ce466a1 ]
Former-commit-id: ec11ee9831
|
9 years ago |
sjunges
|
1db826c0e2
|
recursive parallel composition support in im and export
Former-commit-id: 890653ddba [formerly be393c7189 ]
Former-commit-id: 2311af7739
|
9 years ago |
sjunges
|
2aa715d62f
|
initial support for compositions - not done yet
Former-commit-id: ef3bc88034 [formerly 058387a17c ]
Former-commit-id: 87b5544298
|
9 years ago |
sjunges
|
b3204a178a
|
check validity, set standard composition
Former-commit-id: 526d484fd5 [formerly 3fac58583a ]
Former-commit-id: fbb770a840
|
9 years ago |
sjunges
|
98a1a531c2
|
Silent actions fixed; probability exported correctly.
Former-commit-id: 20ef70c4b3 [formerly 7a4d7ee1d8 ]
Former-commit-id: 44f344d2a2
|
9 years ago |
sjunges
|
deaaa91c37
|
Expressions & Destinations Assignments
Former-commit-id: dacc1f7146 [formerly 1580bce6a4 ]
Former-commit-id: a089bbd11a
|
9 years ago |
sjunges
|
c8f2fc1df1
|
Added location names to destinations, added action names to edges, added types to constants
Former-commit-id: f974dc34cd [formerly 49717e521c ]
Former-commit-id: 669eef887f
|
9 years ago |
sjunges
|
a1e13b4c0a
|
First version of JSON exporter, export is not ocmplete (destination assignments, edge assignments, edge action names, destination locations, expressions(!), sync are missing)
Former-commit-id: 4c816ef4b2 [formerly 79fe84a8bb ]
Former-commit-id: b841b31f7a
|
9 years ago |