TimQu
|
68ec4ca0ce
|
Various fixes for the case STORM_USE_CLN_EA=ON
|
8 years ago |
dehnert
|
34485836b8
|
fixed some convertNumber applications
|
8 years ago |
dehnert
|
3185719fe5
|
fix for linking issue under linux, adding missing l3pp dependency l3pp_ext
|
8 years ago |
dehnert
|
8204c03c0b
|
fixed a ton of warnings
|
8 years ago |
dehnert
|
f2e581b3df
|
rational search for symbolic linear equation solvers
|
8 years ago |
dehnert
|
58ca07584d
|
rational search for native linear equation solver and several involved fixes
|
8 years ago |
dehnert
|
0c8866203c
|
tracking bugs, lots of debug output
|
8 years ago |
dehnert
|
afd2acd06b
|
more work on Kwek-Mehlhorn approach
|
8 years ago |
dehnert
|
254bc05e94
|
more work on RationalSearch
|
8 years ago |
dehnert
|
b3f0aa511e
|
started on Kwek-Mehlhorn-based exact value computation
|
8 years ago |
dehnert
|
2d41de479e
|
added progress outputs to iterative solvers
|
8 years ago |
dehnert
|
e7b6587170
|
minor fixes for new relative convergence test
|
8 years ago |
dehnert
|
e719a37c6c
|
fixes related to relative termination criterion
|
8 years ago |
TimQu
|
988b2a9af9
|
added functionality to split a rational vector into an integer vector and a rational factor
|
9 years ago |
Sebastian Junges
|
c46ce03e60
|
make storm compile with latest version of carl
|
9 years ago |
TimQu
|
dcd9319ba4
|
fixed a convertNumber instantiation
|
9 years ago |
dehnert
|
ea02ea0838
|
started overhaul of cli/api
|
9 years ago |
dehnert
|
4e1855a440
|
use of intermediate value to make conversion work with gmp
|
9 years ago |
TimQu
|
cf340bed52
|
cleaned up some utility functions
|
9 years ago |
TimQu
|
d5d0a5f44a
|
fixed a few issues related to having CLN numbers as storm::RationalNumber
|
9 years ago |
dehnert
|
853b035473
|
fixed bug and added testsfor symbolic linear equation solver (rational number and rational function)
|
9 years ago |
dehnert
|
952776a057
|
hybrid engine working for rational numbers
|
9 years ago |
dehnert
|
ee90c51b2a
|
cleaned up constants.cpp to finalize separation of rational functions and rational numbers
|
9 years ago |
dehnert
|
aaa6f13cf4
|
separated rational numbers and rational functions and added support for rational numbers to sylvan
|
9 years ago |
TimQu
|
7f74f19342
|
exact pla
|
9 years ago |
dehnert
|
2e8ff870ff
|
completed interface of (sylvan) ADDs for storing rational functions
|
9 years ago |
TimQu
|
a1ad5377e8
|
implemented parameter lifting model checker for DTMCs (as a replacement of the old ApproximationModel).
|
9 years ago |
JK
|
d602d2660d
|
utility/constants.cpp: switch to carl::parse from carl::rationalize
carl::parse supports more syntax variants for specifying rational numbers, e.g., 1.23e-10 (scientific notation), 1/24 (fractions), ...
|
9 years ago |
JK
|
b623b4184e
|
constants.cpp: convertNumber(int_fast64_t) to RationalFunction, fix signed/unsigned cast
|
9 years ago |
dehnert
|
c467fa5f38
|
printing -1 as infinity for rational numbers and added clipping result to valid range where appropriate
|
9 years ago |
dehnert
|
aac7433f39
|
expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals
|
9 years ago |
dehnert
|
43354d0c20
|
bunch of fixes (prominently in prism -> jani conversion)
|
9 years ago |
dehnert
|
6dce56d0bb
|
improved printing of result to command line
|
9 years ago |
dehnert
|
56d1928b9b
|
resolved some issues (ambiguity for call to carl::rationalize and several warnings because of signed/unsigned comparison)
|
9 years ago |
TimQu
|
83a77e77ba
|
fixed use of gmp numbers
|
9 years ago |
dehnert
|
5b09b91ae1
|
fixed more warnings
|
9 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
|
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 |
Mavo
|
6faa7f0429
|
Abort when getting infinity in approximation
Former-commit-id: 8bfda3656a
|
9 years ago |
sjunges
|
236a2be0d3
|
pretty printing of rational functions, rewards in the drn format, option for full build
Former-commit-id: 39676106c2 [formerly b80f259a87]
Former-commit-id: e6f493d6f9
|
9 years ago |
dehnert
|
f342ce3287
|
translation from expressions involving the power operator to rational functions/rational numbers is now possible
Former-commit-id: e0ce43ab35
|
9 years ago |
dehnert
|
569b27e110
|
work towards having rational numbers instead of doubles as literals in expressions
Former-commit-id: c62f8af061
|
9 years ago |
sjunges
|
051ad702a7
|
solvers updated, constants updated
Former-commit-id: 011251c695
|
9 years ago |
sjunges
|
444318e624
|
refactoring up to tests done
Former-commit-id: 943a396fab
|
9 years ago |
sjunges
|
f7a3e02fb6
|
refactored model checkers st all are templated in the model, have to handle rational function bounds next
Former-commit-id: b665709a52
|
9 years ago |
Mavo
|
5530f908ca
|
Fixed compile issues under Linux
Former-commit-id: 61a69f9fc7
|
9 years ago |
Mavo
|
566cef0f91
|
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
|
10 years ago |
sjunges
|
e0e5cd9f0e
|
progress on support for gmp, with cln everything should be fine
Former-commit-id: c91b5a7cef
|
10 years ago |