TimQu
|
aae8fc8e87
|
regarding preprocessing for MAs
Former-commit-id: 7e67d60879
|
10 years ago |
dehnert
|
83c4b1647c
|
solvers now can allocated auxiliary memory
Former-commit-id: 76dc1a1679
|
10 years ago |
dehnert
|
be5fdeb636
|
started working on internal auxiliary storage of solvers
Former-commit-id: d895041c50
|
10 years ago |
TimQu
|
4496b53002
|
merge fixes
Former-commit-id: ff5de6fc69
|
10 years ago |
dehnert
|
95b95d9c64
|
fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact
Former-commit-id: de103e19ad
|
10 years ago |
dehnert
|
b1f2c26df0
|
made all instantiations to call MDP model checking with rational numbers
Former-commit-id: d3f8df7804
|
10 years ago |
TimQu
|
fbb7e12ff5
|
first steps towards MAs
Former-commit-id: f217884d13
|
10 years ago |
TimQu
|
6bd95789bd
|
pareto curve output improvements
Former-commit-id: 6a7928922b
|
10 years ago |
dehnert
|
9ab33528b4
|
started to fill value iteration implementation in new general min-max solver
Former-commit-id: e54cb8a0f9
|
10 years ago |
dehnert
|
b4e0cabef6
|
started working on general min-max solver that uses an underlying linear equation solver. provided necessary factories. adapted code and removed old min-max solvers
Former-commit-id: c1895472c7
|
10 years ago |
dehnert
|
248b257f20
|
enabled rationals/rational functions in CTMC model checker
Former-commit-id: dc15cd6020
|
10 years ago |
dehnert
|
d661454179
|
started working on instantiating CTMC model checker to rational numbers
Former-commit-id: 3923c9a7e4
|
10 years ago |
TimQu
|
80a7126313
|
postprocessing for pareto curve queries
Former-commit-id: ac9b8068a9
|
10 years ago |
dehnert
|
2a7dc0fad0
|
renamed MarkovChainSettings
Former-commit-id: 39024731f8
|
10 years ago |
dehnert
|
5616004e6e
|
remove debug output
Former-commit-id: 0ae7597785
|
10 years ago |
dehnert
|
711d5cfa12
|
fixed bug in sparse dtmc elimination model checker. commented out weird eliminaton functions in CTMC model checker and storm.h
Former-commit-id: 3000123a3d
|
10 years ago |
dehnert
|
49f59052f8
|
made model checkers give up possession of matrix to solver when possible
Former-commit-id: 8d689470bd
|
10 years ago |
dehnert
|
00d331ebb4
|
moved linear equation solver factories to the respective solver files (and away from utility). restructured settings in factories and the way they are forwarded to the linear equation solvers. fixed all resulting errors
Former-commit-id: 27e1ae2466
|
10 years ago |
Mavo
|
e443384b91
|
Added assertion
Former-commit-id: beeff9bff9
|
10 years ago |
dehnert
|
15a4d4757f
|
added feature to linear equation solver factories to take posession of the matrix to forward it to the solvers
Former-commit-id: ed183f1820
|
10 years ago |
TimQu
|
ad31b2d769
|
Extended test a little
Former-commit-id: 5e983ae6fb
|
10 years ago |
dehnert
|
82d4164c39
|
added obeying a state ordering to elimination linear equation solver
Former-commit-id: 5a62842963
|
10 years ago |
dehnert
|
a699272dc6
|
renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests
Former-commit-id: 62c70330c2
|
10 years ago |
TimQu
|
3cd198c5e3
|
Some tests, correct handling of results obtained in preprocessing, fixes
Former-commit-id: e7eb1f67cb
|
10 years ago |
dehnert
|
f3fa90cc37
|
more work towards exact solving
Former-commit-id: 38edbcf2ca
|
10 years ago |
TimQu
|
cb9cf68632
|
output of runtime of mec decomposition
Former-commit-id: 5238f9a7ad
|
10 years ago |
TimQu
|
4a4a9ad954
|
fixed/improved the qualitative checks
Former-commit-id: 5e889a0d95
|
10 years ago |
dehnert
|
2096c54b84
|
more explicit instantiations for rational function and some more tests for eigen solver
Former-commit-id: b97e838b22
|
10 years ago |
dehnert
|
4e14ecb869
|
made elimination-based linear solver work in an alpha version. changed minor things in Eigen's SparseLU implementation to make it work with rational numbers and rational functions
Former-commit-id: e5622bd981
|
10 years ago |
TimQu
|
cf648b5bf1
|
output of runtimes and other statistics
Former-commit-id: 3eaf89f5d5
|
10 years ago |
TimQu
|
b58c9d67b9
|
step bounded objectives
Former-commit-id: 067f4b8dae
|
10 years ago |
TimQu
|
18c1fc3b3f
|
removed debug output
Former-commit-id: 575700421c
|
10 years ago |
TimQu
|
2fed3b647c
|
scheduler benchmark now considers expected reachability reward (total reward was infinite).
Bugfix.
Former-commit-id: f53d19194c
|
10 years ago |
TimQu
|
5604733854
|
improvements for preprocessing regarding finite/infinite rewards
Former-commit-id: a57e979bdd
|
10 years ago |
dehnert
|
35bb3a3c26
|
renamed elimination settings
Former-commit-id: 5155d0a465
|
10 years ago |
dehnert
|
8ce9e56af8
|
some refactoring of state-elimination-related things
Former-commit-id: c51fd9c47c
|
10 years ago |
dehnert
|
f3701f66fb
|
bugfix for symbolic reachability reward computation
Former-commit-id: c197203539
|
10 years ago |
dehnert
|
6810c0d50f
|
fixed bug in computation of instantaneous rewards on DTMCs
Former-commit-id: f15c616d40
|
10 years ago |
dehnert
|
2c23b1ed99
|
fixed bug in sparse DTMC model checker
Former-commit-id: 41d21093c0
|
10 years ago |
dehnert
|
cae04c0e20
|
fixed bug in symbolic quantitative check result
Former-commit-id: 00a6c46d38
|
10 years ago |
TimQu
|
ad1e530756
|
added subsystemBuilder for preprocessing infinite rewards
Former-commit-id: 1dbec569cc
|
10 years ago |
TimQu
|
669e9c6352
|
fix regarding creation of downward closure in 3D
Former-commit-id: f35406a83a
|
10 years ago |
TimQu
|
f442d9a434
|
disabled the "conservative" choice selection for value iteration because it produced wrong results (and we don't need this anymore)
Former-commit-id: 9a8cced48f
|
10 years ago |
TimQu
|
e6c89a6f45
|
more on total rewards
Former-commit-id: f25801534a
|
10 years ago |
TimQu
|
de35d40905
|
total reward formulas
Former-commit-id: 878065b902
|
10 years ago |
TimQu
|
0e1293cabb
|
creation of check results for numerical and achievability queries
Former-commit-id: 3c628996d4
|
10 years ago |
TimQu
|
f461c990b5
|
introduced post processor plus a little renaiming of things
Former-commit-id: f73f8eb2ff
|
10 years ago |
TimQu
|
0b6d0a7e5e
|
improvements for preprocessor
Former-commit-id: 99a3bc44a0
|
10 years ago |
TimQu
|
b00d3f154c
|
further polishing code
Former-commit-id: 100ca37977
|
10 years ago |
TimQu
|
c86c6953b5
|
Renamed and refactored the helpers a little
Former-commit-id: e2cd1d76eb
|
10 years ago |