723 Commits (bd36c7a2e649191f9c4abbbcc3e5a1f4d345f095)

Author SHA1 Message Date
PBerger bd36c7a2e6 Finally, some progress. 9 years ago
dehnert 156ab071a5 more work on abstraction refinement 9 years ago
PBerger d76e9729da Leave Replacement finally working. 9 years ago
dehnert bc1eff959f graph algorithms for games now also compute player 2 prob0/1 states and the generated strategies are adapted accordingly 9 years ago
PBerger c9f2eef826 Added functionality for replacing leaves in SRF MTBDDs. 9 years ago
PBerger d3c492124a Fixed min/max Abstract w. repr. 9 years ago
dehnert 375ea1b194 fixed bug in cudd minAbstractRepresentative, adapted tests, passing now 9 years ago
PBerger da199866e6 Added tests for minAbstractRepresentative. 9 years ago
dehnert bde84d0073 fixed symbolic game solver wrt. illegal masks. numerical solving step in game-based model checker working, but no refinement yet. 9 years ago
PBerger 73a3461650 Fixed CUDD and Sylvan existsRepresentative. 9 years ago
PBerger c184f6a541 Worked on Sylvan min/max ADD abstract w. representative. 9 years ago
dehnert 7d50a6b839 graph algorithms for games can now produce player strategies even if they can pick any choice (if requested) 9 years ago
PBerger b5aa778c51 Fixed PrismMenuGameTest. 9 years ago
PBerger e45b3d2940 Fixed Sylvan implementation of existsAbstractRepresentative. 9 years ago
PBerger 61c227d6f8 Added a test for reporting a buggy bug. 9 years ago
dehnert 5bf666be4c fix in existsAbstractRepresentative 9 years ago
dehnert 9878c1bdc3 fixed some tests that were failing because of (now) proper bottom state computation 9 years ago
PBerger be7353358f Added Test for constants in Cudd/Sylvan. 9 years ago
dehnert 9e64e998f3 fixed tests wrt. proper bottom state computation 9 years ago
dehnert 1be735ec1b fixed tests in response to 'fixing' flattenModules 9 years ago
dehnert b3e77730a9 added uniqueness mechanism in flattenModules to compensate for missing uniqueness in allsat of solvers 9 years ago
dehnert b14f866e01 added more flatten tests 9 years ago
dehnert 3e9f9552b1 fixed tests: using shared_ptr instead of unique_ptr for SMT solver factory in abstraction 9 years ago
PBerger 81311690ab Fixed errors because of changed API. 9 years ago
PBerger 4fff7b39ef Added template instanziation for storm::RationalFunction. 9 years ago
sjunges ba81925c1d renamed smt2smtsolver to smtlibsmtsolver and cleaned make files 9 years ago
sjunges 19bf801456 Fixed MDP tests 9 years ago
sjunges d97b0b2897 cleaned tests 9 years ago
sjunges b6465020a2 towards working tests in pla 9 years ago
PBerger 0717ffe053 Added AND_EXISTS to sylvan+RationalFunction 9 years ago
sjunges 2637d51afc set formula 9 years ago
sjunges 9632ca9f6f fixed tests 9 years ago
sjunges 0ef2b55c75 made some region settings attribute to the model checker instead of global 9 years ago
sjunges 548ba8bbeb somehow managed my way through the policy guessing, several minor extensions to solvers 9 years ago
dehnert 18b0f07581 tweaked Bdd toExpression a bit to be more versatile 9 years ago
dehnert 52577e2740 added game abstraction tests for sylvan and made them work (in particular implemented toExpression for sylvan BDDs) 9 years ago
sjunges 4999cfa8a0 By performance tests, you served us well but we do not love you any longer 9 years ago
sjunges d8d8f70f0c functional tests now work with the refactored code base 9 years ago
dehnert 53f83c9214 moved menu-game abstraction to separate folder and made everything compile again 9 years ago
PBerger 58eb54926c Fixed Sylvan bugs. 9 years ago
Mavo 5b8cf447c7 Small changes in tests to compile without Carl 9 years ago
PBerger 291f120cc0 Added the encoding and identity test for Rational Functions. 9 years ago
PBerger 07d4848f55 Fixed missing include in InternalSylvanAdd.cpp 9 years ago
TimQu f681206393 building markov automata from prism code 9 years ago
PBerger 0f84cdcadb Fixed performance tests. 9 years ago
dehnert 83c4b1647c solvers now can allocated auxiliary memory 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 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 8153306ced fixed wrong call to Eigen's iterative solvers 9 years ago