289 Commits (749ba87254ada79ca0b0f9397dddf3e2db93bea8)

Author SHA1 Message Date
TimQu e09cb86001 making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration 8 years ago
TimQu e46f4e154b 1. Ensured that when doing policy iteration the underlying solver is at least as precise as the minmax solver. 8 years ago
TimQu 3458e42d05 removed a WARN message at wrong position 8 years ago
TimQu bb63ac6089 Linear equation solver + game solvers now respect the environment as well 8 years ago
Joachim Klein f56076aacf Add virtual destructors to classes having virtual functions. 8 years ago
dehnert acde9f571f fixed policy iteration on MTBDDs 8 years ago
TimQu 78842a5005 Fix in symbolic rational search 8 years ago
TimQu 25c006ec13 fixed method selection of iterative min max solver 8 years ago
TimQu 42cea9c688 better subenvironments 8 years ago
TimQu 6d23c79737 Making libstorm compile again 8 years ago
TimQu fd8c99b989 Introducing Environment in MinMaxSolvers and ModelCheckers 8 years ago
dehnert 330dfb96c7 more work on abstraction-refinement framework 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
dehnert 48dc03846e extended partial bisimulation model checker by games as quotients 8 years ago
TimQu 17d6835477 removed acyclic minmax method as it is not much better then gauss-seidel style multiplications 8 years ago
TimQu d85a845b7d Fixed cases where a solver guarantee was not established although it was needed by the termination condition 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 33585c811f MinMax Solver requirements now respect whether the solution is known to be unique or not. 8 years ago
dehnert 4e4526182f adding information about which technique is used to symbolic native linear equation solver 8 years ago
dehnert d90c507431 fixed bug in sparse bisimulation quotient extraction related to rewards 8 years ago
dehnert 0ef06fd31b re-add time output to storm output and make iterative minmax solver respect linear equation solver format for policy iteration 8 years ago
dehnert 8204c03c0b fixed a ton of warnings 8 years ago
TimQu 5071df5c82 made sound value iteration work and respect the correct precision 8 years ago
dehnert bf727a28fd remove debug output and choose sylvan automatically in exact mode 8 years ago
TimQu fb4b5b2d84 added functionality to clear specified solution bounds of equation solvers 8 years ago
dehnert 1f16008b75 added proper exception handling to sylvan-based sharpening 8 years ago
dehnert d612337ebf added bunch of debug output for aliasing problem 8 years ago
dehnert 305f607507 fixed another parsing issue pointed out by Assistant Professor Dr. Nils Jansen 8 years ago
dehnert 49cc789ca2 symbolic minmax solver respecting linear equation solver problem format; fixed parsing bug pointed out by Dr. Nils Jansen 8 years ago
dehnert a427eae699 fixed severe bug in symbolic bisimulation minimization 8 years ago
dehnert 45a4b63a2e fixed some issue in sylvan sharpen and forward minmax bounds to linear equation solver 8 years ago
dehnert f2e581b3df rational search for symbolic linear equation solvers 8 years ago
dehnert 086201ac43 corrected some output and adapted requirements of symbolic minmax solver 8 years ago
dehnert a8c6c62275 rational search working for symbolic MDPs 8 years ago
dehnert da02237769 work towards symbolic rational search 8 years ago
dehnert af60db2c38 work towards symbolic rational search 8 years ago
dehnert 6e8465e9f1 started on symbolic rational search 8 years ago
dehnert 55c787e0d8 proper EC elimination in hybrid helper 8 years ago
dehnert 694e6ba240 EC elimination for Pmax for hybrid MDP model checker 8 years ago
dehnert e557a8e069 started on EC elimination for hybrid engine 8 years ago
dehnert 58ca07584d rational search for native linear equation solver and several involved fixes 8 years ago
TimQu 20960d56e7 added missing 'this->'. Also avoid in-place matrix vector multiplication when extracting a scheduler 8 years ago
TimQu 1396de3c5f Enforce no end components when we want to compute a scheduler from a minmax equation system 8 years ago
dehnert df05711f3e finished rational search for MinMax solver, preparing rational search for NativeLinearEquationSolver 8 years ago
dehnert 0c8866203c tracking bugs, lots of debug output 8 years ago
dehnert afd2acd06b more work on Kwek-Mehlhorn approach 8 years ago
TimQu 3f6464c59d Enforce no end components when we want to compute a scheduler from a minmax equation system 8 years ago
dehnert 254bc05e94 more work on RationalSearch 8 years ago
dehnert 088c2d8b15 fixed missing suffix 8 years ago