TimQu
7a7ad8a34a
Instantiation model checker for MDPs.
Replaced the old sampling model.
9 years ago
TimQu
fc70945aba
started on refactoring of code for parametric model simplifications
9 years ago
dehnert
8d6b029d67
next batch of fixing 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
dehnert
29f0f66689
reworked getUniqueRewardModel a little
Former-commit-id: b0a3677c1a
[formerly a2124b3363
]
Former-commit-id: c76a56a168
9 years ago
sjunges
ba81925c1d
renamed smt2smtsolver to smtlibsmtsolver and cleaned make files
Former-commit-id: 78c74dc9a5
9 years ago
sjunges
0ef2b55c75
made some region settings attribute to the model checker instead of global
Former-commit-id: e53ca96760
9 years ago
sjunges
a5c09fa801
extended eliminator interface, merged model checking part
Former-commit-id: 5e0028c937
9 years ago
sjunges
31228486d3
towards merging, including a extension on the pstateeliminator, come back after generalizing the lra eliminator
Former-commit-id: 8ce98b8287
9 years ago
TimQu
da0dafe5be
ModelInstantiator!!!!11
Also: some refactoring
Former-commit-id: 663cd8e241
10 years ago
TimQu
8297c51d73
Fixed a bug that was not yet fixed for some reason...
Approximation is now also used if a non-linear function is detected. This is a quick 'solution' to allow functions of the form p times q.
Former-commit-id: 2a30959c21
10 years ago
TimQu
f86c4f65f7
examples and small fix regarding changes of elimination model checker
Former-commit-id: 2cc4247372
10 years ago
TimQu
1225b056f2
a little refactoring
Former-commit-id: 9af14c006c
10 years ago
TimQu
91fb664910
Refactored a little and implemented functions for prophesy
Former-commit-id: a61f1eaff2
10 years ago
TimQu
4a874a5a29
Added some benchmark models from param website
Fixed two bugs considering nonatomic subformulae and constant results
Qualitative modelchecking needs to be done when applying a policy!
Former-commit-id: bd88228214
10 years ago
TimQu
b09d123779
...
Former-commit-id: 47c139f3bf
10 years ago
TimQu
1860502a3a
Deterministic states with only constant outgoing transitions are now eliminated
Former-commit-id: be5bf4f7cc
10 years ago
TimQu
f72c30cdff
First version of approximation model (with mdp intead of s2pg)
Former-commit-id: 86fdbc5f36
10 years ago
TimQu
c94e9c25a6
Added Mdp Region checking in storm.h, Some STORM_LOG_DEBUGs, fixes for sampling to work on Mdps
Former-commit-id: ab42fefd92
10 years ago
TimQu
78bd4a041a
Added Mdp class, sampling might work already (untested)
Former-commit-id: f0d5c77645
10 years ago
TimQu
70dd76c08b
Splitted region modelchecker in abstract class and dtmc class (to easily add an mdp class soon)
Former-commit-id: e722c8f2bd
10 years ago
TimQu
0043d3ebf5
changed template argument, used unordered_map
Former-commit-id: a563503d4a
10 years ago
TimQu
5b1494b9a9
Made use of this new cool rewardModel thing
Former-commit-id: d670d09278
10 years ago
TimQu
d377e6b289
Minor improvements everywhere. Also implemented some tests
Former-commit-id: be74e5f459
10 years ago
TimQu
c4444567e7
further optimization on approximation model initialization. Also better code structure of preprocessing steps
Former-commit-id: e916644a6c
10 years ago
TimQu
af505c7e89
Faster and more structured initialization of approx and sampling model
Former-commit-id: 34c2253a1b
10 years ago
TimQu
5de90c27e5
Preprocessing, sampling and state elimination now also work with rewards
Former-commit-id: ef14610efa
10 years ago
TimQu
d0f7e5f6da
First steps towards working with rewards
Former-commit-id: 1230bb896f
10 years ago
TimQu
234627d18c
more structured and safe access to some members
Former-commit-id: b893bdc740
10 years ago
TimQu
511284cd5b
Added a couple of settings that replace hardcoded switches
Former-commit-id: 3d399c9bf3
10 years ago
TimQu
1a0bf89671
minor changes...
Former-commit-id: d4932f0343
10 years ago
TimQu
efadc84593
Beautified the Code, removed unused stuff, minor improvements
Former-commit-id: 4c16f9163c
10 years ago