dehnert
|
a0ad4b25de
|
corrected minor typo
Former-commit-id: f5db2f368f
|
8 years ago |
dehnert
|
f45b7f9171
|
fixed some bugs and started on quantitative refinement
Former-commit-id: 31259ad299
|
8 years ago |
dehnert
|
66b0817a35
|
fixed bugs here and there
Former-commit-id: d10d85339d
|
8 years ago |
dehnert
|
bde84d0073
|
fixed symbolic game solver wrt. illegal masks. numerical solving step in game-based model checker working, but no refinement yet.
Former-commit-id: 6189a1e538
|
8 years ago |
dehnert
|
24667fffc4
|
added cudd functions for equal/less/less_equal/greater/greater_equal that directly return a BDD instead of an ADD
Former-commit-id: 448b5e2f7c
|
8 years ago |
dehnert
|
cc550984b3
|
enabling qualitative answers of game-based model checker
Former-commit-id: b5eca1d671
|
8 years ago |
dehnert
|
d35d72d5f3
|
slightly reformulated check for initial maybe states
Former-commit-id: ac80e101bf
|
8 years ago |
dehnert
|
0cd03845e8
|
abstraction loop working for purely qualitative refinement
Former-commit-id: ce28ed97c2
|
8 years ago |
dehnert
|
a3f2abbd92
|
more work towards closing the refinement loop
Former-commit-id: 1579e73036
|
8 years ago |
dehnert
|
b550e61677
|
started working on refinement based on qualitative check
Former-commit-id: 3569a55851
|
8 years ago |
dehnert
|
2149bd2b10
|
added some assertions in game-based model checker
Former-commit-id: 6d7e8770b2
|
8 years ago |
dehnert
|
7d50a6b839
|
graph algorithms for games can now produce player strategies even if they can pick any choice (if requested)
Former-commit-id: 98119f274d
|
8 years ago |
dehnert
|
4c9f22c7c2
|
included missing header
Former-commit-id: a1e81897dd
|
8 years ago |
dehnert
|
1bb116dd1c
|
some more work on game-based model checker
Former-commit-id: 50399c3d7c
|
8 years ago |
dehnert
|
d492d5c62f
|
fixed bug in ADD iterator and started on exporting menu games to dot file
Former-commit-id: 9467aa7094
|
8 years ago |
dehnert
|
5bf666be4c
|
fix in existsAbstractRepresentative
Former-commit-id: c884deaf11
|
8 years ago |
dehnert
|
9878c1bdc3
|
fixed some tests that were failing because of (now) proper bottom state computation
Former-commit-id: ecc8dfb065
|
8 years ago |
dehnert
|
241f23f730
|
fixed bug in abstraction information object
Former-commit-id: 1338ecfa47
|
8 years ago |
dehnert
|
f7f14f13fc
|
minor fix before bedtime
Former-commit-id: c558c23122
|
8 years ago |
PBerger
|
4fff7b39ef
|
Added template instanziation for storm::RationalFunction.
Added a test for Prism AbstractPrograms with storm::RationalFunction.
Former-commit-id: 5a696149cb
|
8 years ago |
dehnert
|
4f7eaa0a43
|
some more work towards abstraction refinement
Former-commit-id: 360cb016c3
|
8 years ago |
dehnert
|
aca21eaf18
|
commit to switch workplace (no, not now)
Former-commit-id: b725946b28
|
8 years ago |
dehnert
|
2d05555967
|
added abstraction settings and menu game abstractor
Former-commit-id: 4cac25ac94
|
8 years ago |
Mavo
|
566cef0f91
|
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
|
9 years ago |
TimQu
|
c672f7aea2
|
fix in bounded reachability computation with Markov automata
Former-commit-id: fe2b399778
|
9 years ago |
dehnert
|
83c4b1647c
|
solvers now can allocated auxiliary memory
Former-commit-id: 76dc1a1679
|
9 years ago |
dehnert
|
be5fdeb636
|
started working on internal auxiliary storage of solvers
Former-commit-id: d895041c50
|
9 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
|
9 years ago |
dehnert
|
b1f2c26df0
|
made all instantiations to call MDP model checking with rational numbers
Former-commit-id: d3f8df7804
|
9 years ago |
dehnert
|
9ab33528b4
|
started to fill value iteration implementation in new general min-max solver
Former-commit-id: e54cb8a0f9
|
9 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
|
9 years ago |
dehnert
|
248b257f20
|
enabled rationals/rational functions in CTMC model checker
Former-commit-id: dc15cd6020
|
9 years ago |
dehnert
|
d661454179
|
started working on instantiating CTMC model checker to rational numbers
Former-commit-id: 3923c9a7e4
|
9 years ago |
dehnert
|
2a7dc0fad0
|
renamed MarkovChainSettings
Former-commit-id: 39024731f8
|
9 years ago |
dehnert
|
5616004e6e
|
remove debug output
Former-commit-id: 0ae7597785
|
9 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
|
9 years ago |
dehnert
|
49f59052f8
|
made model checkers give up possession of matrix to solver when possible
Former-commit-id: 8d689470bd
|
9 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
|
9 years ago |
Mavo
|
e443384b91
|
Added assertion
Former-commit-id: beeff9bff9
|
9 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
|
9 years ago |
dehnert
|
82d4164c39
|
added obeying a state ordering to elimination linear equation solver
Former-commit-id: 5a62842963
|
9 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
|
9 years ago |
dehnert
|
f3fa90cc37
|
more work towards exact solving
Former-commit-id: 38edbcf2ca
|
9 years ago |
dehnert
|
2096c54b84
|
more explicit instantiations for rational function and some more tests for eigen solver
Former-commit-id: b97e838b22
|
9 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
|
9 years ago |
dehnert
|
35bb3a3c26
|
renamed elimination settings
Former-commit-id: 5155d0a465
|
9 years ago |
dehnert
|
8ce9e56af8
|
some refactoring of state-elimination-related things
Former-commit-id: c51fd9c47c
|
9 years ago |
dehnert
|
f3701f66fb
|
bugfix for symbolic reachability reward computation
Former-commit-id: c197203539
|
9 years ago |
dehnert
|
6810c0d50f
|
fixed bug in computation of instantaneous rewards on DTMCs
Former-commit-id: f15c616d40
|
9 years ago |
dehnert
|
2c23b1ed99
|
fixed bug in sparse DTMC model checker
Former-commit-id: 41d21093c0
|
9 years ago |