TimQu
|
e7c0bd0f7d
|
array variables can now have only a lower (or upper) element type bound
|
7 years ago |
TimQu
|
64b0360d79
|
improved runtime of jani JSONExporter
|
7 years ago |
TimQu
|
14875e9067
|
removed debug output
|
7 years ago |
TimQu
|
0dcfd41f87
|
fixed appending to existing files in jani export
|
7 years ago |
TimQu
|
ea1a1d97ef
|
fixed export of jani functions to json. Remove output to cout when writing the jani file
|
7 years ago |
TimQu
|
5f9949bfbf
|
reduce nesting for jani expressions
|
7 years ago |
TimQu
|
487f370c58
|
fixed getting the function identifier
|
7 years ago |
TimQu
|
092a43a0a5
|
fixed correct export of modulo operator
|
7 years ago |
TimQu
|
3cf9553126
|
actually fixed model feature support
|
7 years ago |
TimQu
|
b1272c58b6
|
Parsing and exporting of jani-functions
|
7 years ago |
TimQu
|
fdd3334e6f
|
properly implemented model features
|
7 years ago |
TimQu
|
a7bb70f698
|
exporting array expressions
|
7 years ago |
TimQu
|
539b3230eb
|
when exporting jani, eliminate reward accumulation kinds whenever they do not have any effect
|
7 years ago |
TimQu
|
a739ce38f1
|
export of reward accumulations
|
7 years ago |
TimQu
|
251c9e2141
|
added option to make the json export more compact
|
7 years ago |
TimQu
|
e038fb64be
|
Jani: export the correct accumulation parameters for expected reward properties
|
7 years ago |
TimQu
|
d8bc689259
|
Throw an exception instead of assertion when 'wrong' jani was detected
|
7 years ago |
TimQu
|
0332935451
|
Supporting TimeOperatorFormulas for MDPs and DTMCs in Sparse, Hybrid, and Dd engine
|
7 years ago |
TimQu
|
ed2de09ce3
|
added function that reduces the nesting of expressions (e.g. when considering a big sum with many summands. This fixes stack overflows when translating expressions
|
7 years ago |
TimQu
|
b3be56588f
|
fixing time operator formulas
|
7 years ago |
TimQu
|
fe71dfdf9b
|
added export of reward-bounded until formulas
|
7 years ago |
TimQu
|
51c5c42319
|
Fixed export of expected time properties to jani
|
7 years ago |
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
|
dff67450e0
|
fixed recently introduced bug in JANI export
|
7 years ago |
dehnert
|
8114437cee
|
allowing cumulative and instantaneous reward properties to be transformed to JANI
|
7 years ago |
dehnert
|
86069b8552
|
fix typo in JSON exporter
|
7 years ago |
dehnert
|
50aa6d1424
|
assuming the only global real transient variable is the reward when exporting JANI and no reward model is mentioned in the property (issues a warning)
|
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 |