dehnert
3ab4a28db1
fixing bug triggered by one of Steffen's (TUD) input models
7 years ago
dehnert
c18340b76a
added mod as binary operation in expressions and slightly extended JANI support for filters
7 years ago
dehnert
cdf76b0c15
fixed DD-based quotient extraction in bisimulation
8 years ago
Sebastian Junges
c46ce03e60
make storm compile with latest version of carl
8 years ago
Sebastian Junges
4a43d7ab0d
towards compiling storm with the latest carl version
8 years ago
dehnert
952776a057
hybrid engine working for rational numbers
8 years ago
JK
e37d0bd552
ToRationalNumberVisitor: make evaluator optional
8 years ago
JK
ac1ca72094
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.
8 years ago
dehnert
aac7433f39
expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals
8 years ago
dehnert
43354d0c20
bunch of fixes (prominently in prism -> jani conversion)
8 years ago
dehnert
5b09b91ae1
fixed more warnings
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
dehnert
3d426798b3
added visitor that checks for syntatical equality of expressions
Former-commit-id: b6753a4891
[formerly 2b36b42bfa
]
Former-commit-id: f693de5f30
9 years ago
dehnert
58857d62ed
renamed double literal to rational literal
Former-commit-id: 7bafe79eed
9 years ago
dehnert
569b27e110
work towards having rational numbers instead of doubles as literals in expressions
Former-commit-id: c62f8af061
9 years ago
Mavo
566cef0f91
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
9 years ago
dehnert
f3fa90cc37
more work towards exact solving
Former-commit-id: 38edbcf2ca
9 years ago