Browse Source
Add support for ITE expression in the likelihood part of commands (exact, parametric engine)
Add support for ITE expression in the likelihood part of commands (exact, parametric engine)
Support the conversion to rational numbers / rational functions for ITE expressions. Example: ... -> (s<4 ? p : q):(s'=...) where s is a state variable and p, q are constants or parameters.tempestpy_adaptions
JK
8 years ago
5 changed files with 28 additions and 10 deletions
-
4src/storm/storage/expressions/ExpressionEvaluator.cpp
-
11src/storm/storage/expressions/ToRationalFunctionVisitor.cpp
-
6src/storm/storage/expressions/ToRationalFunctionVisitor.h
-
11src/storm/storage/expressions/ToRationalNumberVisitor.cpp
-
6src/storm/storage/expressions/ToRationalNumberVisitor.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue