862 Commits (f7d75b16773660e68bb5aad827f5fa0eabe87f6f)

Author SHA1 Message Date
Tim Quatmann 2cadf3a252 Added support for generating optimal schedulers for globally formulae 5 years ago
Tim Quatmann dc8612b751 Fixed not always using the acyclic solver within LRA and multi-objective time-bounded reachability computations. 5 years ago
Tim Quatmann 9d29f369e2 fixed incorrect hanlding of lra objecties in bounded phase 5 years ago
Tim Quatmann 9a8f40bb33 Multi-obj preprocessor: Fixed an issue when preprocessing LRA operator formulas 5 years ago
Tim Quatmann 5213be9b69 More statistics output. 5 years ago
Tim Quatmann 20665eb862 multi-objective: Aborting time-bounded reachability computation when termination signal is received. 5 years ago
Tim Quatmann c1c0fcf8f3 Display a bit more statistics for multi-objective model checking. 5 years ago
Tim Quatmann ce14b45578 Pcaa: Implemented termination signal. 5 years ago
TimQu ce962bf1df SparseMaPcaaChecker: Fixed cycle detection. 5 years ago
Tim Quatmann 5a6952899b MaPcaaWeightVectorChecker now uses the acyclic solver if possible. 5 years ago
Tim Quatmann 5e9241fcd1 Allowing reward accumulations in multi-objective model checking queries. 5 years ago
Tim Quatmann c990d27c50 Added MA test case + fixes 5 years ago
Tim Quatmann 5bfb3b132e New MDP LRA Test case + fix 5 years ago
Tim Quatmann 6154bd39f9 Fixes for new test case. 5 years ago
TimQu f100ff6275 LraViHelper: Fixed unordered insertion into SparseMatrixBuilder. 5 years ago
TimQu 139c86f6a0 Fixes for multi-obj LRA 5 years ago
TimQu 400b69663a Fixed multi-obj. tests 5 years ago
Tim Quatmann e0276cb78f Assertion fixed. 5 years ago
Tim Quatmann d351bd6455 WeightVectorChecker: Integrated lra objectives also in the individual phase 5 years ago
Tim Quatmann 360c3877b7 More steps towards integrating LRA in pcaa 5 years ago
Tim Quatmann 43db81c18f Silenced a warning. 5 years ago
Tim Quatmann 67393a9584 Further steps towards integrating LRA in weight vector checker. 5 years ago
Tim Quatmann 29a7a7e865 WeightVectorChecker: Making initialization LRA-ready 5 years ago
Tim Quatmann 9421a60d5a Fixes for multi-obj reward analysis. 5 years ago
Tim Quatmann 4b13ad3220 Fix for multi-obj LRA preprocessing 5 years ago
Tim Quatmann 33e73ed63a WeightVectorChecker: Fixed incorrectly choosing a scheduler that potentially yields infinite reward for one objective. 5 years ago
Tim Quatmann ed1a5b6ced Fixed flagging objectives for reward finiteness check incorrectly 5 years ago
TimQu 0e544a4c13 Enabled TimeOperatorFormulas for multi-objective model checking of MDPs. 5 years ago
TimQu 3db0ff124f Started to make multiobjective reward analysis aware of LRA formulas. 5 years ago
TimQu e898391e44 Implemented stripping away of reward accumulations in multi-objective preprocessing. 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
Tim Quatmann 45803c547e storm-pars: Fixed an issue in the instantiation model checkers where maybestates were cached incorrectly. 5 years ago
Tim Quatmann d90c14b8f5 Added progress information for LRA computations 5 years ago
Tim Quatmann 5bcdb5f95a Fixed --sound switch for LRA properties on deterministic models. 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 ca591dff9f better error message 5 years ago
TimQu 6eeecaf7f8 Fixed compatibility with older boost versions. 5 years ago
Tim Quatmann f94d45483e Use the new model representation enum in the model checking helpers. 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
Tim Quatmann b7883a8ef1 Used the new SparseMatrixBuilder::addDiagonalEntry to simplify some of the LRA code. 5 years ago
Tim Quatmann 8627cde4dc Removing old LRA code in old helpers. 5 years ago
Tim Quatmann 38af6357d7 Using the new hybrid infinite horizon helper in the model checkers 5 years ago
Tim Quatmann f8d4fd8862 New utility function for exchanging informations between deterministic helpers. 5 years ago
Tim Quatmann 5eb2bcc71f Fixing bad cast exception 5 years ago
Tim Quatmann 9c82fe7b0d Making hybrid infinite horizon helper ready for deterministic models. 5 years ago
Tim Quatmann 959e035153 Use the new infinite horizon helper for sparse ctmc and dtmc. 5 years ago