600 Commits (673c329311f17d9b7d87a404e01e05b403f9e986)

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