152 Commits (8108c81e631d9534b0bd021a707caa8bb1906ae8)

Author SHA1 Message Date
sjunges ee4cb38d43 lra into multivalueeliminator 10 years ago
sjunges f7a3e02fb6 refactored model checkers st all are templated in the model, have to handle rational function bounds next 10 years ago
sjunges e4b3f4eeb9 intermediate commit, come back after refactoring formulae 10 years ago
sjunges 8b5a2d4354 intermediate commit, come back after refactoring model checkers 10 years ago
Mavo 566cef0f91 Started on compiling without Carl 10 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 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 10 years ago
dehnert 82d4164c39 added obeying a state ordering to elimination linear equation solver 10 years ago
dehnert f3fa90cc37 more work towards exact solving 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 10 years ago
dehnert 35bb3a3c26 renamed elimination settings 10 years ago
dehnert 8ce9e56af8 some refactoring of state-elimination-related things 10 years ago
Mavo eeb0f620ec STORM_DEVELOPER mode introduced 10 years ago
dehnert 1424d536ca renamed learning to exploration engine and started on a minor refactoring 10 years ago
dehnert 40b8892f7f removed debug output 10 years ago
dehnert 07e97e1977 added some statistics and options 10 years ago
dehnert 6d421a6fbe learning seems to work find on first larger example 10 years ago
dehnert f1105aac2a EC-detection appears to work now 10 years ago
dehnert ce91fa7d5b started to work on local EC-detection 10 years ago
Mavo 10e94d7104 Typo 10 years ago
dehnert 599a3e99c7 minimal probabilities now working (for some test cases) 10 years ago
dehnert 8ea869ef14 changed detection of terminal states a bit 10 years ago
dehnert c2b287a1e1 more work on learning approach 10 years ago
dehnert 1405cdfc46 debugged the refactoring a bit 10 years ago
dehnert 5092435329 started refactoring learning model checker 10 years ago
dehnert 62db38813b started to refactor learning engine a bit 10 years ago
dehnert 38ea181e3d added tons of debug output. all small test models now show sane results 10 years ago
dehnert e4a5c1d0d6 more work on EC detection (again0 10 years ago
dehnert b06419afe0 working towards EC detection 10 years ago
dehnert 9f52d9fa97 first working version (for DTMCs only) 10 years ago
dehnert 034cf626a0 more work on learning-based engin 10 years ago
dehnert d802f0d9c6 worked a bit on the learning-based verification of MDPs 10 years ago
Mavo effadc5cca Split into general settings and markov chain settings 10 years ago
dehnert e6ec8d5b60 fixed formula building in some performance tests 10 years ago
Mavo 67d77608bd Refactoring of settings 10 years ago
dehnert fd615289e0 outline of learning algorithm 10 years ago
dehnert 8ed46ce1b8 started on learning-based verification 10 years ago
dehnert 1fb943b658 moved some internal structs from model builder to their own files to make them reusable 10 years ago
dehnert ca354cffe4 moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker 10 years ago
dehnert 7dee6d3da2 started on learning-based MDP model checking 10 years ago
dehnert 51402ec853 removed measure type and only added measure type to reward/time operators 10 years ago
Mavo 3f41aa55f8 Cleaned up debug output 10 years ago
Mavo fa4a1aa68f Fixed bug with filtering reward vector 10 years ago
dehnert dc8a5b11e0 more refactoring regarding fragment checking 10 years ago
dehnert b772c92edb removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically 10 years ago
Mavo 6b31b23c62 Removed unused time keeping variables 10 years ago
Mavo 56bcdcc807 Priority queue as pointer 10 years ago
Mavo 7a10a04cde Created StateEliminator with specialized subclasses 10 years ago
Mavo f67c92b526 FlexibleSparseMatrix is in own class now 10 years ago
dehnert 1308b91fda adapted canHandle in model checker interface to CheckTask 10 years ago