209 Commits (8260455a5559519d599b8afbc597f900430ad54d)

Author SHA1 Message Date
TimQu 8260455a55 Added multiplication of a single matrix row with a vector to the linear equation solver interface 8 years ago
TimQu 46074aa8bc fixed chain size computation 8 years ago
TimQu bff609961f fixed wrong computation of chain sizes 8 years ago
TimQu 3b7b60aa6c topological linear equation solver now respects sound computations 8 years ago
TimQu 636d2638a5 added missing switch case 8 years ago
TimQu 1cff0fcbbb improved interface of solver environment 8 years ago
TimQu bc524b0f48 fixes for topological linear equation solver 8 years ago
TimQu a982af3348 setting lower bounds for equation solvers via move-reference 8 years ago
TimQu f89236100b Added topological linear equation solver 8 years ago
TimQu bb0c0bbeb6 implemented gauss-seidl multiplications and relative termination for quick power iteration 8 years ago
Matthias Volk 0481ca3855 Fixed deprecated getType() 8 years ago
TimQu b55e92bef7 Make quick power iteration respect the relevant Values 8 years ago
dehnert cd34e3d67e fixed issue in rational search preventing convergence in many cases 8 years ago
TimQu 4484cea360 fixing quick power iteration 8 years ago
TimQu 3c65a4a10a added a missing assertion 8 years ago
TimQu b42aa5f473 initial implementation for quick and sound vi for DTMCs 8 years ago
TimQu 68ec4ca0ce Various fixes for the case STORM_USE_CLN_EA=ON 8 years ago
TimQu 43cba580a2 Fixed linear equation solver selection when ValueType is RationalFunction 8 years ago
TimQu fe95a4e4a7 fixed some number conversions that did not work for CLN numbers 8 years ago
dehnert 6042588baf fixed one of two issues raised by TQ 8 years ago
TimQu 776ce4c8bb Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication. 8 years ago
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