671 Commits (f45b7f9171f0dbd80bab11ce5ba81b3943d23ceb)

Author SHA1 Message Date
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
PBerger 73a3461650 Fixed CUDD and Sylvan existsRepresentative. 8 years ago
PBerger c184f6a541 Worked on Sylvan min/max ADD abstract w. representative. 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
PBerger b5aa778c51 Fixed PrismMenuGameTest. 8 years ago
PBerger e45b3d2940 Fixed Sylvan implementation of existsAbstractRepresentative. 8 years ago
PBerger 61c227d6f8 Added a test for reporting a buggy bug. 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
PBerger be7353358f Added Test for constants in Cudd/Sylvan. 8 years ago
dehnert 9e64e998f3 fixed tests wrt. proper bottom state computation 8 years ago
dehnert 1be735ec1b fixed tests in response to 'fixing' flattenModules 8 years ago
dehnert b3e77730a9 added uniqueness mechanism in flattenModules to compensate for missing uniqueness in allsat of solvers 8 years ago
dehnert b14f866e01 added more flatten tests 8 years ago
dehnert 3e9f9552b1 fixed tests: using shared_ptr instead of unique_ptr for SMT solver factory in abstraction 8 years ago
PBerger 81311690ab Fixed errors because of changed API. 8 years ago
PBerger 4fff7b39ef Added template instanziation for storm::RationalFunction. 8 years ago
PBerger 0717ffe053 Added AND_EXISTS to sylvan+RationalFunction 8 years ago
dehnert 18b0f07581 tweaked Bdd toExpression a bit to be more versatile 8 years ago
dehnert 52577e2740 added game abstraction tests for sylvan and made them work (in particular implemented toExpression for sylvan BDDs) 8 years ago
dehnert 53f83c9214 moved menu-game abstraction to separate folder and made everything compile again 8 years ago
PBerger 58eb54926c Fixed Sylvan bugs. 8 years ago
Mavo 5b8cf447c7 Small changes in tests to compile without Carl 8 years ago
PBerger 291f120cc0 Added the encoding and identity test for Rational Functions. 8 years ago
PBerger 07d4848f55 Fixed missing include in InternalSylvanAdd.cpp 8 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
dehnert 2a7dc0fad0 renamed MarkovChainSettings 9 years ago
dehnert 07c787b49d added unsupported solvers of eigen 9 years ago
dehnert 69da4ff147 fixed some more problems with Eigen solver 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
PBerger b99a063cce Replaced calls to std::abs with calls to std::fabs and included cmath. 9 years ago
dehnert 3ba5902821 removed debug output and fixed small bug in adaptation of Eigen 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 023325b53d added tests for Eigen solver 9 years ago
dehnert bb700457de some minor fixes 9 years ago
dehnert 71bfb45220 added check for multiple writes to the same global variable in explicit JANI next-state generator 9 years ago
dehnert 7861df4f20 JANI next-state generator appears to be working (without rewards) 9 years ago
dehnert 08112d98aa more work on JANI next state generator and the corresponding tests 9 years ago
dehnert 4cc780cbc0 tests compiling and running again 9 years ago
dehnert d35c99e844 renamed central model builder function 9 years ago
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 9 years ago