21 Commits (80f28e196dc2bb77a1554a23c272e6cf2970779f)

Author SHA1 Message Date
Tim Quatmann 80f28e196d Print current iteration count when aborting a solver. 5 years ago
Matthias Volk f50a7a424b General updateStatus function in AbstractEquationSolver 5 years ago
Matthias Volk b745b10b77 Moved reportStatus() and updateStatusIfNotConverged() to AbstractEquationSolver 5 years ago
TimQu 7002138aeb removed setPrecision in solver interface since this is now covered via storm::Environment 7 years ago
TimQu 8c3991fb2f respecting lower/upper bounds from preprocessing in quick sound power method 7 years ago
TimQu a982af3348 setting lower bounds for equation solvers via move-reference 7 years ago
TimQu bb63ac6089 Linear equation solver + game solvers now respect the environment as well 8 years ago
sjunges 12dda40919 split IOSettings in BuildSettings and IOSettings, refactored some dependencies on settings object away if it doesnt hurt too much, moved GSPN and PGCL settings to their own libs 8 years ago
TimQu 016fedd58e Better progress info 8 years ago
TimQu 3571f0ddca Respected that the solution is unique when doing value iteration 8 years ago
TimQu 5071df5c82 made sound value iteration work and respect the correct precision 8 years ago
TimQu fb4b5b2d84 added functionality to clear specified solution bounds of equation solvers 8 years ago
dehnert df05711f3e finished rational search for MinMax solver, preparing rational search for NativeLinearEquationSolver 8 years ago
dehnert b3f0aa511e started on Kwek-Mehlhorn-based exact value computation 8 years ago
dehnert 2d41de479e added progress outputs to iterative solvers 8 years ago
dehnert 7f56c82523 moved to providing solve goals in sparse model checkers and helpers 8 years ago
dehnert c5884a27b4 fixed termination condition applications in a number of spots, fixed uint64 vs uint64_t issue 8 years ago
dehnert 52d729b1c7 upper bounds computation for reachability rewards in sparse MDPs 8 years ago