TimQu
|
f50f1c2ee4
|
Fixed parsing of jani function definitions
|
6 years ago |
TimQu
|
ea1a1d97ef
|
fixed export of jani functions to json. Remove output to cout when writing the jani file
|
6 years ago |
TimQu
|
c3837968dd
|
nicer output for storm-conv and fixed an issue in storm-conv related to substituting constants before translating the functions
|
6 years ago |
TimQu
|
ccb5a89de3
|
Formula substitutions need to be performed before constant substitutions because otherwise, constants appearing in formula expressions can not be handled properly
|
6 years ago |
TimQu
|
0e0f2c2390
|
fixed substitution of prism formulas
|
6 years ago |
TimQu
|
5f9949bfbf
|
reduce nesting for jani expressions
|
6 years ago |
TimQu
|
90095a5455
|
correct conversion of prism formulas to jani functions when modules were renamed
|
6 years ago |
TimQu
|
6e2046e357
|
fixed formula substitution within renamed modules of a prism program
|
6 years ago |
TimQu
|
c388d1c8fe
|
making sure that functions in jani models and formulas in prism programs are substituted before flattening the model
|
6 years ago |
TimQu
|
4d74ec501a
|
substitute formulas in properties after parsing
|
6 years ago |
TimQu
|
71489a24f5
|
The model builders now substitute jani functions (if still present)
|
6 years ago |
TimQu
|
487f370c58
|
fixed getting the function identifier
|
6 years ago |
TimQu
|
a173cb68b8
|
fixed some janibuilder tests
|
6 years ago |
TimQu
|
aa6fd3cbb2
|
fixed compilation of storm-conv
|
6 years ago |
TimQu
|
340c7f0db7
|
fixed getting the function identifier
|
6 years ago |
TimQu
|
55efedb713
|
prism2jani no longer fails if a reward model has the same name as a formula/variable
|
6 years ago |
TimQu
|
1b7f150e76
|
implemented functionality to rename reward model names
|
6 years ago |
TimQu
|
2dd5c65051
|
fixed duplicated symbol linker error
|
6 years ago |
TimQu
|
1190f32b56
|
cleanup in jani parser
|
6 years ago |
TimQu
|
f89817da3b
|
eliminating reward accumulations directly at parsing time
|
6 years ago |
TimQu
|
28d4dd481d
|
simplified processing of janiConversionOptions
|
6 years ago |
TimQu
|
101b49b898
|
detect unsupported jani-features directly upon parsing the model.
|
6 years ago |
TimQu
|
ae1987f64c
|
Function and array eliminator now do not perform any action, if the corresponding model feature is not enabled
|
6 years ago |
TimQu
|
4453eb4134
|
substitute jani-functions during preprocessing (analogous to prism program preprocessing)
|
6 years ago |
TimQu
|
e85b9759e2
|
better parsing of model features
|
6 years ago |
TimQu
|
ede671ea3f
|
fixed wrong type mask for arrays...
|
6 years ago |
TimQu
|
90c9e95c8a
|
Only consider the reachable set of states after closing an MA
|
6 years ago |
TimQu
|
034fbf20c7
|
extended SubsystemBuilder, made ChoiceSelector work for MAs as well.
|
6 years ago |
TimQu
|
bdeacf8669
|
better treatment of cases where array out of bounds accesses occurr
|
6 years ago |
TimQu
|
7bae50d0ba
|
fixed correct parsing of prism formulas
|
6 years ago |
TimQu
|
10ae6a0dd8
|
fixed not respecting negative assignment indices in array eliminator
|
6 years ago |
TimQu
|
8836e7a676
|
made pgcl2jani and gspn2jani compile again
|
6 years ago |
TimQu
|
092a43a0a5
|
fixed correct export of modulo operator
|
6 years ago |
TimQu
|
d47189f93e
|
fixes for array elimination
|
6 years ago |
TimQu
|
5dda7a5296
|
removed unused file 'variable substitution visitor'
|
6 years ago |
TimQu
|
b5bb87404c
|
replaced occurrences of 'substituteConstants' by 'substituteConstantsFormulas'
|
6 years ago |
TimQu
|
c052da15b9
|
conversion from prism to jani respects formulaas
|
6 years ago |
TimQu
|
3cf9553126
|
actually fixed model feature support
|
6 years ago |
TimQu
|
ea76f6d0be
|
prism parser no longer inserts formula definitions directly. Note that these have to be eliminated afterwards
|
6 years ago |
TimQu
|
6d5af2d414
|
fixed exporting model-features
|
6 years ago |
TimQu
|
78d98655f6
|
gspn and pgcl jani model builders now correctly add the model feature 'derived-operators'
|
6 years ago |
TimQu
|
e119131f78
|
storm-conv compiles
|
6 years ago |
TimQu
|
c739f0befa
|
elimination of jani function
|
6 years ago |
TimQu
|
bb92be14dc
|
fixes for array translation
|
6 years ago |
TimQu
|
b1272c58b6
|
Parsing and exporting of jani-functions
|
6 years ago |
TimQu
|
2febe36a65
|
removed dependency on storm-conv
|
6 years ago |
TimQu
|
ee87c50313
|
fixed some issues related to jani parsing
|
6 years ago |
TimQu
|
d0461f168b
|
support for negative assignment levels
|
6 years ago |
TimQu
|
7ee196bdbb
|
jani2jani conversions in storm-conv
|
6 years ago |
TimQu
|
7c61a16d91
|
fixes for array expressions, support to translate properties that consider array expressions, translating array models in cli
|
6 years ago |