666 Commits (0f1c1f28ab25705f307ef01440b39631cd6015e4)

Author SHA1 Message Date
dehnert 0f1c1f28ab fixed bug related to input-enabling automata, tests now passing 8 years ago
dehnert d3cf9a4e7f adding Markov automaton tests to explicit JANI model builder 8 years ago
dehnert 3504d09500 added quite some debug output to see where things are going wrong 8 years ago
dehnert 36e07006f9 added test for legality check of synch vectors 8 years ago
dehnert d22d1daaa6 adapted more tests 8 years ago
dehnert ba35120683 fixing problems as a consequence of moving from PRISM programs to SymbolicModelDescription 8 years ago
dehnert 62ca16b20a alpha-draft of synchronization vectors in JANI 8 years ago
dehnert c2cab571f5 made tests work again 8 years ago
sjunges ba81925c1d renamed smt2smtsolver to smtlibsmtsolver and cleaned make files 8 years ago
sjunges 19bf801456 Fixed MDP tests 8 years ago
sjunges d97b0b2897 cleaned tests 8 years ago
sjunges b6465020a2 towards working tests in pla 8 years ago
sjunges ba1f6bf3d5 jani property stub 8 years ago
sjunges 2637d51afc set formula 8 years ago
sjunges 9632ca9f6f fixed tests 8 years ago
sjunges 0ef2b55c75 made some region settings attribute to the model checker instead of global 8 years ago
sjunges 548ba8bbeb somehow managed my way through the policy guessing, several minor extensions to solvers 8 years ago
sjunges 4999cfa8a0 By performance tests, you served us well but we do not love you any longer 8 years ago
sjunges d8d8f70f0c functional tests now work with the refactored code base 8 years ago
Mavo 5b8cf447c7 Small changes in tests to compile without Carl 8 years ago
sjunges 88af02e723 towards new jani version 8 years ago
TimQu f681206393 building markov automata from prism code 8 years ago
PBerger 0f84cdcadb Fixed performance tests. 8 years ago
dehnert 83c4b1647c solvers now can allocated auxiliary memory 8 years ago
dehnert 95b95d9c64 fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact 8 years ago
dehnert 9ab33528b4 started to fill value iteration implementation in new general min-max solver 8 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 8 years ago
dehnert 8153306ced fixed wrong call to Eigen's iterative solvers 8 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 8 years ago
dehnert 07c787b49d added unsupported solvers of eigen 8 years ago
dehnert 69da4ff147 fixed some more problems with Eigen solver 8 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 8 years ago
PBerger b99a063cce Replaced calls to std::abs with calls to std::fabs and included cmath. 8 years ago
dehnert 3ba5902821 removed debug output and fixed small bug in adaptation of Eigen 8 years ago
dehnert a699272dc6 renamed storm::Variable to storm::RationalFunctionVariable to avoid confusion with storm::expressions::Variable. fixed some Eigen tests 8 years ago
dehnert f3fa90cc37 more work towards exact solving 8 years ago
dehnert 2096c54b84 more explicit instantiations for rational function and some more tests for eigen solver 8 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 8 years ago
dehnert 023325b53d added tests for Eigen solver 8 years ago
dehnert bb700457de some minor fixes 8 years ago
dehnert 71bfb45220 added check for multiple writes to the same global variable in explicit JANI next-state generator 8 years ago
dehnert 7861df4f20 JANI next-state generator appears to be working (without rewards) 8 years ago
dehnert 08112d98aa more work on JANI next state generator and the corresponding tests 8 years ago
dehnert 4cc780cbc0 tests compiling and running again 8 years ago
dehnert d35c99e844 renamed central model builder function 8 years ago
dehnert 6655ee41d8 started to restructure explicit model builder to make it fit for JANI models 8 years ago
dehnert ca57e22abc started profiling 8 years ago
dehnert c393449ca6 [fixing] a bug a day keeps insanity away 8 years ago
dehnert 82023d280d JANI model builder for MDPs is working now, but too slow 8 years ago
dehnert 3919f90712 started debugging JANI MDP building 9 years ago