2672 Commits (432fef0a456b49369fcd81be18c4030a6081cbdf)

Author SHA1 Message Date
TimQu e898391e44 Implemented stripping away of reward accumulations in multi-objective preprocessing. 5 years ago
TimQu f532f6461b The sparse StandardRewardModel somehow had 'dtmc' in it. 5 years ago
TimQu 49bc9054b7 Further improvements for filtered reward model 5 years ago
TimQu 30977ed356 Added some utility methods to reward path formulas 5 years ago
Matthias Volk 825454d482
Fixed warning 5 years ago
TimQu 781fa9dbd8 StandardRewardModel: Removed a default argument because the "default" constructor is ambiguous otherwise. 5 years ago
TimQu f328e69dc4 Added extract function to FilteredRewardModel 5 years ago
Matthias Volk 55999036d6
Fixed warning 5 years ago
TimQu a5342d8b83 added functionalities in MultiObjectivePreprocessorResult to capture lra objectives 5 years ago
TimQu 182f612272 Enabled TimeOperatorFormulas for multi-objective model checking of MDPs. 5 years ago
TimQu fa0ad07f8d Added preprocessing of multi-objective lra formulas 5 years ago
TimQu a5eb8e224b Allowing lra formulas in multi-objective formula fragment 5 years ago
Tim Quatmann 871a28d6f6 Fixed compiling OviSettings 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 c5f698f9f7 ovi: removed unused option for only taking relevant values when updating the precision 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 45803c547e storm-pars: Fixed an issue in the instantiation model checkers where maybestates were cached incorrectly. 5 years ago
Tim Quatmann 684c239f80 Using the revamped optimistic value iteration helper also for the lower bound. 5 years ago
Tim Quatmann 1b2a78e9ac Abstract equation solver: added getOptionalRelevantValues 5 years ago
Sebastian Junges f45b56e725 convenience operation on prism programs 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 90d5da570c Renamed portfolio engine to automatic engine. 5 years ago
Tim Quatmann 9ce9ae9eeb OVI: Fixed too early termination. 5 years ago
Sebastian Junges 9423d01631 observation valuations added 5 years ago
Tim Quatmann fb112ab191 Added support for modulo operators when building symbolic models in exact mode. 5 years ago
Tim Quatmann d90c14b8f5 Added progress information for LRA computations 5 years ago
Tim Quatmann 21c07ebd42 DdPrismModelBuilder: Fixed a warning for zero-reward models that was triggered in some cases where the reward model is actually non-zero 5 years ago
Tim Quatmann 5bcdb5f95a Fixed --sound switch for LRA properties on deterministic models. 5 years ago
Tim Quatmann 3919c475ad Added some progress information in topological solvers. 5 years ago
Sebastian Junges fa34f44989 keep state valuations in transformers on POMDPs 5 years ago
Sebastian Junges 5fa667b847 add random step functionality to simulator 5 years ago
Matthias Volk 4c7b069212
Comment explaining need for std::move 5 years ago
Sebastian Junges 449e4d6f0d mdp support for lower step bounds 5 years ago
Sebastian Junges 843e6a9b6b step bounded properties for dtmcs in a new helper, and now with support for (extra) lower bounds 5 years ago
Sebastian Junges 406ffbdc7f get submatrix now can set some columns to zero but retain them 5 years ago
Sebastian Junges bbafd095bf no lower bound is still a zero bound :-) 5 years ago
Sebastian Junges ca591dff9f better error message 5 years ago
TimQu 6eeecaf7f8 Fixed compatibility with older boost versions. 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 5a76128e3f Removed DdType::None because there is no use for this anymore. 5 years ago
Tim Quatmann f94d45483e Use the new model representation enum in the model checking helpers. 5 years ago
Tim Quatmann cf20e340de Added a new enum that describes the model representation (sparse, dd with sylvan, dd with cudd). 5 years ago
Tim Quatmann fd77b71084 OVI helper: fixed spacing in source code, changed two while loops to for loops 5 years ago
Tim Quatmann 585dd675d1 OviSettings: Made help message a bit shorter 5 years ago
Tim Quatmann eb02d56b69 LraViHelper: Changed type of toSubModelStateMapping to std::map, which is faster in this scenario. Also fixed some awkward const&'s 5 years ago
Sebastian Junges 923f779a09 explicit-state-lookup, for finding states in a model based on the variable assignment 5 years ago