174 Commits (5c38a4ef896684ddfa9a5b27629958076234f7f5)

Author SHA1 Message Date
TimQu 5c38a4ef89 implemented environment for multiobjective settings 8 years ago
TimQu 3310f51857 allowed for more fine grained solver requirements 8 years ago
TimQu 24382630dc removed output of performed iterations to cout 8 years ago
TimQu ba96fde3c9 fixed sum that was too much nested 8 years ago
TimQu d2cfbb6096 fix issue where constraint based multi objective model checking lead to a stack overflow. 8 years ago
TimQu 674a30c154 removed some 'experimental' code and introduced the #iteration output again 8 years ago
TimQu 13184aefcf Printing the number of performed iterations (reverted from commit b5399d0596) 8 years ago
TimQu b5399d0596 Printing the number of performed iterations 8 years ago
TimQu a2bd1e0026 renamed argument from getRequirements so that it is easier to understand 8 years ago
TimQu 61a44121b3 improved computation of lower/upper bounds for multi-objective model checking 8 years ago
TimQu fd7f8c7bac Fixed an issue related to multi-objective model checking of models with potentially infinite expected reward 8 years ago
TimQu 285b2c71b9 renamed some files/classes 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 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
TimQu 42cea9c688 better subenvironments 8 years ago
TimQu 6d23c79737 Making libstorm compile again 8 years ago
TimQu a2716ed85b environment in multi-objective model checking methods 8 years ago
TimQu 94e66a966f removed unused files 8 years ago
TimQu ccf7521250 Multi-dimensional cumulative reward formulas 8 years ago
TimQu c9beea4f33 better lower/upper result bounds 9 years ago
TimQu 746a58ff12 better statistics output 9 years ago
TimQu 86253fe88a moved multidimensional unfolding implementation from multiobjective into helper namespace 9 years ago
TimQu 117d1b5c99 clean up single objective reward bounded case 9 years ago
TimQu 016fedd58e Better progress info 9 years ago
TimQu 3215f25513 upper result bounds for cumulative reward formulas to enable interval iteration 9 years ago
TimQu d91d979d90 changed some output 9 years ago
TimQu 70dc9ce7ac Bypassing requirements check to make value iteration without a lower result bound work 9 years ago
TimQu e3a506ecc6 Property information output 9 years ago
TimQu 4cadc61f19 less searches for epoch solutions 9 years ago
TimQu b56cd07d0e Consider only a submap of all epochsolutions for faster search 9 years ago
TimQu 5071df5c82 made sound value iteration work and respect the correct precision 9 years ago
TimQu 9140c1dc0e statistics and empty-epoch-matrix optimization also for single objective case 9 years ago
TimQu 108e8e69e8 Changed statistics output a little. Optimized the case where the transition matrix of the epoch model is empty 9 years ago
TimQu 23686a0f09 reward bounded cumulative reward formulas + fixes for dimensions that do not need memory 9 years ago
TimQu 9901995280 Export of weight vector in the cdf 9 years ago
TimQu fb21ffca63 Respected whether the linear equation solver wants the fix point or eq sys formulation 9 years ago
TimQu 64a804137e export of cdf's 9 years ago
TimQu a4a8bc2e69 accessing the epoch manager and the dimensions from the outside 9 years ago
TimQu 682a0483d2 helped gmm to converge... 9 years ago
TimQu 4da61d972c fixed correctly setting the result bounds for weight vector checker 9 years ago
TimQu b788c1b403 reuse scheduler from previous epoch as initial hint 9 years ago
TimQu 952f49fb10 fix for interval iteration in weight vector checkers 9 years ago
TimQu 11da1ddc14 upper bounds for expected reward objectives 9 years ago
TimQu c396ab0ca5 more solver requirements for multi-objective model checking 9 years ago
TimQu 64ca58494d considered solver requirements for multiobjective model checking 9 years ago
TimQu 9039323fa9 optimized setting the epoch class 9 years ago
TimQu 630acb7459 parsing of until formulas with multiple bounds 9 years ago
TimQu 36c3a4d9ef Avoided conversion of memory states. They are now directly represented as 64 bit integers 9 years ago
TimQu 37d5dceaab added small check 9 years ago