3128 Commits (d66145417910484a2a27adcf79b1439aeff867a5)
 

Author SHA1 Message Date
dehnert d661454179 started working on instantiating CTMC model checker to rational numbers 8 years ago
dehnert 8153306ced fixed wrong call to Eigen's iterative solvers 8 years ago
dehnert 46ce68743c enabled precision/max iterations for eigen solver 8 years ago
dehnert 2a7dc0fad0 renamed MarkovChainSettings 8 years ago
dehnert 5616004e6e remove debug output 8 years ago
dehnert 07c787b49d added unsupported solvers of eigen 8 years ago
dehnert d24fb0cf9a avoid temporary in Eigen solver by providing .noalias(). slightly rewrote matrix-vector expression to benefit more from Eigen's optimization capabilities 8 years ago
dehnert 69da4ff147 fixed some more problems with Eigen solver 8 years ago
dehnert f46bcd31c5 fixed typo 8 years ago
dehnert ba43e23984 using maps for Eigen solver instead of copies of the vectors 8 years ago
dehnert 7944778b54 Merge branch 'future' into exact_solver 8 years ago
dehnert 711d5cfa12 fixed bug in sparse dtmc elimination model checker. commented out weird eliminaton functions in CTMC model checker and storm.h 8 years ago
dehnert 49f59052f8 made model checkers give up possession of matrix to solver when possible 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
Mavo e443384b91 Added assertion 8 years ago
dehnert b30db17f8c added rvalue reference overload to all linear equation solver factories 8 years ago
dehnert 15a4d4757f added feature to linear equation solver factories to take posession of the matrix to forward it to the solvers 8 years ago
PBerger b99a063cce Replaced calls to std::abs with calls to std::fabs and included cmath. 8 years ago
dehnert 40a7948540 started generalizing elimination to equation system solving 8 years ago
dehnert 3ba5902821 removed debug output and fixed small bug in adaptation of Eigen 8 years ago
dehnert 13f8f21a70 upgrade to eigen 3.3 and made modifications for different value types via template specializations 8 years ago
dehnert 99b9f11d49 removed eigen-3.2.6 8 years ago
dehnert 852afd1718 fixed crowds models to work with exact arithmetic. fixed dynamic state priority queue implementation. added setting to use dedicated elimination-based model checker instead of regular model checker (+ elimination solver) 8 years ago
dehnert 82d4164c39 added obeying a state ordering to elimination linear equation solver 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
PBerger be9648fc18 Added -fPIC to Sylvan. Since it is linked into Storm it is necessary for relocation to be possible, hence PIC. 8 years ago
dehnert d3de111b3b more work to enable storm to use rational arithmetic 8 years ago
dehnert af35a4c3ed Merge branch 'jani_support' into exact_solver 8 years ago
dehnert 3bb36997a1 minor bugfix 8 years ago
dehnert 8f12b3b8c4 added option 'exact' (in addition to parametric) 8 years ago
Mavo dcf5468b29 Fixed linker error with static function 8 years ago
Mavo 17ba53dafa Division by Interval not supported 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 35bb3a3c26 renamed elimination settings 8 years ago
dehnert 8ce9e56af8 some refactoring of state-elimination-related things 8 years ago
dehnert ec640c12b7 minor fixes to Eigen adapter 8 years ago
dehnert a17cffbbe3 added missing switch case for new eigen solver 8 years ago
dehnert 023325b53d added tests for Eigen solver 8 years ago
dehnert 002bd58b2d added shipped version of Eigen to CMakeList 8 years ago
dehnert 48e1d20c92 added eigen to resources 8 years ago
dehnert bb700457de some minor fixes 8 years ago
dehnert 512a1ec558 added special label 'deadlock' to models and builders 8 years ago
dehnert 74ee726e35 fixed some typos 8 years ago
dehnert 94fd4cd9a8 fixed bug related to instantaneous reward properties in formula parser 8 years ago
dehnert 2accd81aaa fixed bug in reward generation for PRISM models 8 years ago
dehnert f3701f66fb bugfix for symbolic reachability reward computation 8 years ago
dehnert fd3b8adc00 fixed bug in formula parser 8 years ago
dehnert 6810c0d50f fixed bug in computation of instantaneous rewards on DTMCs 8 years ago