595 Commits (20f07bf291caa13066382e342f09920e8cacb789)

Author SHA1 Message Date
dehnert a0ad4b25de corrected minor typo 8 years ago
dehnert f45b7f9171 fixed some bugs and started on quantitative refinement 8 years ago
dehnert 66b0817a35 fixed bugs here and there 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. 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 8 years ago
dehnert cc550984b3 enabling qualitative answers of game-based model checker 8 years ago
dehnert d35d72d5f3 slightly reformulated check for initial maybe states 8 years ago
dehnert 0cd03845e8 abstraction loop working for purely qualitative refinement 8 years ago
dehnert a3f2abbd92 more work towards closing the refinement loop 8 years ago
dehnert b550e61677 started working on refinement based on qualitative check 8 years ago
dehnert 2149bd2b10 added some assertions in game-based model checker 8 years ago
dehnert 7d50a6b839 graph algorithms for games can now produce player strategies even if they can pick any choice (if requested) 8 years ago
dehnert 4c9f22c7c2 included missing header 8 years ago
dehnert 1bb116dd1c some more work on game-based model checker 8 years ago
dehnert d492d5c62f fixed bug in ADD iterator and started on exporting menu games to dot file 8 years ago
dehnert 5bf666be4c fix in existsAbstractRepresentative 8 years ago
dehnert 9878c1bdc3 fixed some tests that were failing because of (now) proper bottom state computation 8 years ago
dehnert 241f23f730 fixed bug in abstraction information object 8 years ago
dehnert f7f14f13fc minor fix before bedtime 8 years ago
PBerger 4fff7b39ef Added template instanziation for storm::RationalFunction. 8 years ago
dehnert 4f7eaa0a43 some more work towards abstraction refinement 8 years ago
dehnert aca21eaf18 commit to switch workplace (no, not now) 8 years ago
dehnert 2d05555967 added abstraction settings and menu game abstractor 8 years ago
Mavo 566cef0f91 Started on compiling without Carl 9 years ago
TimQu c672f7aea2 fix in bounded reachability computation with Markov automata 9 years ago
dehnert 83c4b1647c solvers now can allocated auxiliary memory 9 years ago
dehnert be5fdeb636 started working on internal auxiliary storage of solvers 9 years ago
dehnert 95b95d9c64 fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact 9 years ago
dehnert b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 9 years ago
dehnert 9ab33528b4 started to fill value iteration implementation in new general min-max solver 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 9 years ago
dehnert 248b257f20 enabled rationals/rational functions in CTMC model checker 9 years ago
dehnert d661454179 started working on instantiating CTMC model checker to rational numbers 9 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 5616004e6e remove debug output 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 9 years ago
dehnert 49f59052f8 made model checkers give up possession of matrix to solver when possible 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 9 years ago
Mavo e443384b91 Added assertion 9 years ago
dehnert 15a4d4757f added feature to linear equation solver factories to take posession of the matrix to forward it to the solvers 9 years ago
dehnert 82d4164c39 added obeying a state ordering to elimination linear equation solver 9 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 9 years ago
dehnert f3fa90cc37 more work towards exact solving 9 years ago
dehnert 2096c54b84 more explicit instantiations for rational function and some more tests for eigen solver 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 9 years ago
dehnert 35bb3a3c26 renamed elimination settings 9 years ago
dehnert 8ce9e56af8 some refactoring of state-elimination-related things 9 years ago
dehnert f3701f66fb bugfix for symbolic reachability reward computation 9 years ago
dehnert 6810c0d50f fixed bug in computation of instantaneous rewards on DTMCs 9 years ago
dehnert 2c23b1ed99 fixed bug in sparse DTMC model checker 9 years ago