9 Commits (f7d75b16773660e68bb5aad827f5fa0eabe87f6f)

Author SHA1 Message Date
Sebastian Junges 664484883a allow termination in inner loop of OVI 5 years ago
Tim Quatmann 16ecb0fc8d OVI: display current number of iterations with --progress --verbose. 5 years ago
Tim Quatmann 50c3a28305 Fixed spacing in ovi code. 5 years ago
Tim Quatmann cb39cc5c15 Optimistic value iteration helper: Removed unused code. 5 years ago
Tim Quatmann 169f9201b2 ovi: Fixed heuristic for canceling a guess. 5 years ago
TimQu 18d9ba0f38 ovi: fixed using incorrect precision 5 years ago
Tim Quatmann 684c239f80 Using the revamped optimistic value iteration helper also for the lower bound. 5 years ago
Tim Quatmann 990d1c9759 OVI: seperated implementation from header file. Use a separate helper for computing the upper bounds. 5 years ago
Tim Quatmann 6e2dab0e0b Silenced a warning in OVI code. 5 years ago
Tim Quatmann 9ce9ae9eeb OVI: Fixed too early termination. 5 years ago
Tim Quatmann 3d9b53723b OVI: added case where the guessed upper bound corresponds to the fixpoint. 5 years ago
Tim Quatmann 2273fda7c9 ovi helper: Take the relative/absolute precision and the maximal iteration count as a parameter because otherwise it is not clear whether we should take this information from the NativeEnvironment or the MinMaxEnvironment. 5 years ago
Tim Quatmann fd77b71084 OVI helper: fixed spacing in source code, changed two while loops to for loops 5 years ago
Jan Erik Karuc 6c70b42549 OVI: Defaulting to M1/M2, changed CLI option for termination guarantee 5 years ago
Jan Erik Karuc 48a3b5a927 Optimizing original OVI & Switch for comparing minswap methods 5 years ago
Jan Erik Karuc 6cfb2be36d Preparation for minimum upper and aux benchmarking 5 years ago
Jan Erik Karuc f263d9a39f Remove OVI hm debug elements 5 years ago
Jan Erik Karuc 778a4fc71b Added temporary function to apply no-change hm results on lower bound 5 years ago
Jan Erik Karuc 7982d58ef7 Combine new upper bound geq cases 5 years ago
Jan Erik Karuc c07734d80a Handle no change after verification iterations by re-guessing 5 years ago
Matthias Volk d35d31ce94 Added SolverStatus::Abort for abort signal handling 5 years ago
Tim Quatmann 7c49edb68f Put most of the optimistic value iteration code into a new helper file 5 years ago