19 Commits (13d45118af216ddc5eaf061667ca38c10cf8d7b4)

Author SHA1 Message Date
dehnert b67e3d6e7b added 'convergence' (rather success) checks for Eigen solver 10 years ago
Mavo 566cef0f91 Started on compiling without Carl 10 years ago
dehnert be5fdeb636 started working on internal auxiliary storage of solvers 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 b1f2c26df0 made all instantiations to call MDP model checking with rational numbers 10 years ago
dehnert 61a8b9bb29 more work on solvers 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 46ce68743c enabled precision/max iterations for eigen solver 10 years ago
dehnert 07c787b49d added unsupported solvers of eigen 10 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 10 years ago
dehnert 69da4ff147 fixed some more problems with Eigen solver 10 years ago
dehnert f46bcd31c5 fixed typo 10 years ago
dehnert ba43e23984 using maps for Eigen solver instead of copies of the vectors 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
dehnert 13f8f21a70 upgrade to eigen 3.3 and made modifications for different value types via template specializations 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