dehnert
|
cc7d44dd15
|
Added proper canHandle method to propositional model checker.
Former-commit-id: 4af714e31a
|
10 years ago |
dehnert
|
b5f907d99d
|
Added propositional model checker. Put some of the new classes in new folders. Fixed an issue that prevented compilation.
Former-commit-id: 517a870d2f
|
10 years ago |
dehnert
|
f5b7554590
|
Minor bugfix for conditional probability computation.
Former-commit-id: c0b103e2aa
|
10 years ago |
dehnert
|
1fb8d72a30
|
Merged master in parametricSystems.
Former-commit-id: 2fdc349e9d
|
10 years ago |
dehnert
|
98efde80f7
|
Fixed some compile issues (and some other issues).
Former-commit-id: e07861bd92
|
10 years ago |
David_Korzeniewski
|
7da35af0bb
|
Some compile errors on Windows fixed, some still persist.
Former-commit-id: 1a9331371b
|
10 years ago |
dehnert
|
f0a2db6485
|
Enabled checking formula nodes that contain an expression in the variable of the program.
Former-commit-id: fba632e7f4
|
10 years ago |
dehnert
|
ee7b591db1
|
Some work on cli.
Former-commit-id: c3045f48a8
|
10 years ago |
dehnert
|
c85df2cd74
|
Conditional Probabilities working. Included two tests.
Former-commit-id: a89255c4ef
|
10 years ago |
dehnert
|
6bc6753e90
|
Some work on conditional probs. Not yet working.
Former-commit-id: 1a05e2e5dc
|
10 years ago |
dehnert
|
ae2b950e86
|
Fixed some issue in model builder.
Former-commit-id: 12a4afd591
|
10 years ago |
dehnert
|
9e8d8a2c27
|
Fixed wrong calculation of reachability rewards in state-elimination-based model checker.
Former-commit-id: bee99d61b0
|
10 years ago |
dehnert
|
89fc5be1ab
|
Fixed some things and wrote tests for elimination-based DTMC modelchecker. They fail: apparently rewards are not correctly computed in some cases.
Former-commit-id: 000ad6b049
|
10 years ago |
dehnert
|
8a4706d9c9
|
A lot of work on model checker interfaces. In particular, the SCC elimination model checker is almost integrated.
Former-commit-id: bbf988c943
|
10 years ago |
dehnert
|
b60c5ffdc0
|
Fixed a lot of tests, improved some things here and there.
Former-commit-id: baec0a4963
|
10 years ago |
dehnert
|
d0917f033c
|
Adapted Markov automaton model checker to new formula classes.
Former-commit-id: c351b10ef2
|
10 years ago |
dehnert
|
89df9621a9
|
MDP model checker works again.
Former-commit-id: 2c24da6192
|
10 years ago |
dehnert
|
9026aa9ac9
|
Adapted first model checker to the new properties.
Former-commit-id: 206d6c9858
|
10 years ago |
dehnert
|
320641e597
|
Started working on modified property classes.
Former-commit-id: cbcf84c2f6
|
10 years ago |
dehnert
|
e51c3b9f44
|
Conditional probabilities work for brp model from the paper by Baier et al.
Former-commit-id: 02858bf34d
|
10 years ago |
dehnert
|
d991b4a26a
|
Worked some more on conditional probabilities.
Former-commit-id: d5eb88d914
|
10 years ago |
dehnert
|
70e45d43f1
|
Started on computing conditional probabilities for parametric systems.
Former-commit-id: b42c00e28e
|
10 years ago |
dehnert
|
01bd1fbc76
|
Model building works again for parametric systems.
Former-commit-id: d3f3e357ca
|
10 years ago |
dehnert
|
99d9a9710d
|
Further steps to make everything work again.
Former-commit-id: 3f45a49dab
|
10 years ago |
dehnert
|
90b0f20167
|
Reachability Rewards can now be computed in parametric DTMCs (modulo bugs)
Former-commit-id: 26ee20ef76
|
10 years ago |
dehnert
|
b7492d543a
|
Further work regarding rewards in parameterized models. Note: this includes some debug output.
Former-commit-id: ac65f020a5
|
10 years ago |
dehnert
|
3a18d60925
|
Working towards reachability reward properties for parametric DTMCs.
Former-commit-id: addf59ca34
|
10 years ago |
dehnert
|
d1fd3e5b38
|
Started working on parametric reward properties.
Former-commit-id: 3bd5760006
|
10 years ago |
dehnert
|
71ceb3f34b
|
Removed some time measurements and fixed simplify functionality.
Former-commit-id: ece2b344f9
|
10 years ago |
dehnert
|
23c6d14426
|
Replaced inline conversions to explicit conversions in an attempt to prevent gcc from using uninitialized values when using chrono.
Former-commit-id: de7dc5dbc6
|
10 years ago |
dehnert
|
63daaafc15
|
Altered some output.
Former-commit-id: d704b66a6c
|
10 years ago |
dehnert
|
23c7c9b7d4
|
Further work on ordering options.
Former-commit-id: a21e43ce22
|
10 years ago |
dehnert
|
a987233507
|
Started working on more options for sorting and integrating pure state elimination
Former-commit-id: 4e09925b29
|
10 years ago |
dehnert
|
13555cca4d
|
Some 'fixes' here and there.
Former-commit-id: 941cba3f85
|
10 years ago |
sjunges
|
d092d0ca50
|
a little assertion added
Former-commit-id: 457035411b
|
10 years ago |
dehnert
|
d06c5b4a0c
|
Fixed simplify.
Former-commit-id: 85504746d7
|
10 years ago |
dehnert
|
4d20e099bf
|
Added stuff, you know?
Former-commit-id: 4895a964b8
|
10 years ago |
dehnert
|
60510d07f7
|
Fixed one parametric model. Added debug output.
Former-commit-id: 38a219ce0c
|
10 years ago |
dehnert
|
9756de998a
|
Bunch of fixes.
Former-commit-id: 44f73af955
|
10 years ago |
sjunges
|
d78d88b84d
|
added export of constraints and resultfile
Former-commit-id: 9389adfeae
|
10 years ago |
dehnert
|
5571e2111c
|
Changed default maximal SCC size to 20. Removed some debug output.
Former-commit-id: 302ca216ec
|
10 years ago |
dehnert
|
385f7b7465
|
Added option to sort trivial SCC in descending order wrt. to their distances from the initial state. Added some more timing recordings.
Former-commit-id: c37214b24d
|
10 years ago |
dehnert
|
cf80d35b06
|
Added some debug output. States without a self-loop are now preferred during elimination.
Former-commit-id: 425c2744f9
|
10 years ago |
dehnert
|
0776d8a74b
|
Added and fixed some example models. Added option for maximal size of SCC that gets eliminated using state elimination.
Former-commit-id: bf1e73ff61
|
10 years ago |
dehnert
|
4eea90646a
|
Fixed attributes of some example files. Added option to eliminate entry states in the very end (added option module for model checking of parametric models). Added feature to specify the formulas to check on the command line.
Former-commit-id: 4ce8932fc4
|
10 years ago |
dehnert
|
4f82c1ebb1
|
Added some parametrix models. Included percentage of eliminated states to get a feeling for the remaining running time.
Former-commit-id: bad5f32663
|
10 years ago |
dehnert
|
2fa3036dc3
|
Added functionality to replace identifiers in an expression with the values given in an valuation. State-variables now get replaced in probabilities specified by a parameterized model. Fixed and added some parameterized models.
Former-commit-id: a863a07261
|
10 years ago |
dehnert
|
1f1b60e6de
|
Added macros that can be used for printing and warnings. Included Dennis' fix for model checking of Markov automata. Added check methods to the settings modules that check whether the specified options are non-contradictive.
Former-commit-id: 18c1687958
|
10 years ago |
dehnert
|
e49814d391
|
Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch.
Former-commit-id: 89d94f7957
|
10 years ago |
dehnert
|
7ef9d7cc07
|
Entry states of SCCs are now eliminated at the very end.
Former-commit-id: 70969ac9d1
|
10 years ago |