14 Commits (9c96bd0a1cdefdf28a0b812a8c5d91c943812e67)

Author SHA1 Message Date
TimQu 9c96bd0a1c First implementation of quick value iteration for MinMax Equation systems 7 years ago
TimQu f89236100b Added topological linear equation solver 8 years ago
TimQu b42aa5f473 initial implementation for quick and sound vi for DTMCs 8 years ago
TimQu bb63ac6089 Linear equation solver + game solvers now respect the environment as well 8 years ago
TimQu 17d6835477 removed acyclic minmax method as it is not much better then gauss-seidel style multiplications 8 years ago
dehnert b3f0aa511e started on Kwek-Mehlhorn-based exact value computation 8 years ago
TimQu 25843ee53b added setting 'lramethod' 8 years ago
TimQu 77c0cdc0e3 added minmax method 'linearprogramming' 8 years ago
TimQu 49713eea72 Added new MinMaxMethod: 'acyclic' which potentially increases performance on acyclic mdps 8 years ago
TimQu 1f4552c046 Fixed check results of hybrid multi objective model checking 8 years ago
dehnert 5b09b91ae1 fixed more warnings 9 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 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 a17cffbbe3 added missing switch case for new eigen solver 9 years ago
dehnert 8d2bd4fd9d fixed two warnings 10 years ago
sjunges 97c24fe229 solver settings now within solver, minmax refactored to share common variables 10 years ago