621 Commits (241f2777bf114930a7ce1a1014c640cce8b850d6)

Author SHA1 Message Date
dehnert b14f866e01 added more flatten tests 10 years ago
dehnert 3e9f9552b1 fixed tests: using shared_ptr instead of unique_ptr for SMT solver factory in abstraction 10 years ago
PBerger 81311690ab Fixed errors because of changed API. 10 years ago
PBerger 4fff7b39ef Added template instanziation for storm::RationalFunction. 10 years ago
sjunges 19bf801456 Fixed MDP tests 10 years ago
sjunges d97b0b2897 cleaned tests 10 years ago
sjunges b6465020a2 towards working tests in pla 10 years ago
PBerger 0717ffe053 Added AND_EXISTS to sylvan+RationalFunction 10 years ago
sjunges ba1f6bf3d5 jani property stub 10 years ago
sjunges 2637d51afc set formula 10 years ago
sjunges 9632ca9f6f fixed tests 10 years ago
sjunges 0ef2b55c75 made some region settings attribute to the model checker instead of global 10 years ago
sjunges 548ba8bbeb somehow managed my way through the policy guessing, several minor extensions to solvers 10 years ago
dehnert 18b0f07581 tweaked Bdd toExpression a bit to be more versatile 10 years ago
dehnert 52577e2740 added game abstraction tests for sylvan and made them work (in particular implemented toExpression for sylvan BDDs) 10 years ago
sjunges d8d8f70f0c functional tests now work with the refactored code base 10 years ago
dehnert 53f83c9214 moved menu-game abstraction to separate folder and made everything compile again 10 years ago
PBerger 58eb54926c Fixed Sylvan bugs. 10 years ago
TimQu 0760e2a7f9 tiny MA example, small fix and test cases for MAs 10 years ago
Mavo 5b8cf447c7 Small changes in tests to compile without Carl 10 years ago
PBerger 291f120cc0 Added the encoding and identity test for Rational Functions. 10 years ago
PBerger 07d4848f55 Fixed missing include in InternalSylvanAdd.cpp 10 years ago
TimQu b267394a2c fixed the case where an objective is satisfied at the initial state. 10 years ago
TimQu 252c2308fe Renamed NeutralEcRemover -> EndComponentEliminator 10 years ago
sjunges 88af02e723 towards new jani version 10 years ago
TimQu d2c1c2d6f7 updated fragment checking for multi objective formulas 10 years ago
TimQu f681206393 building markov automata from prism code 10 years ago
dehnert 83c4b1647c solvers now can allocated auxiliary memory 10 years ago
TimQu 4496b53002 merge fixes 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 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 8153306ced fixed wrong call to Eigen's iterative solvers 10 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 10 years ago
dehnert 07c787b49d added unsupported solvers of eigen 10 years ago
dehnert 69da4ff147 fixed some more problems with Eigen solver 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
PBerger b99a063cce Replaced calls to std::abs with calls to std::fabs and included cmath. 10 years ago
dehnert 3ba5902821 removed debug output and fixed small bug in adaptation of Eigen 10 years ago
TimQu ad31b2d769 Extended test a little 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
TimQu 9939341c9d Another test 10 years ago
TimQu 3cd198c5e3 Some tests, correct handling of results obtained in preprocessing, fixes 10 years ago
dehnert f3fa90cc37 more work towards exact solving 10 years ago
TimQu ce9a6b415c Added tests for some of the benchmarks 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
dehnert 023325b53d added tests for Eigen solver 10 years ago
dehnert bb700457de some minor fixes 10 years ago
dehnert 71bfb45220 added check for multiple writes to the same global variable in explicit JANI next-state generator 10 years ago