233 Commits (18c1fc3b3fefe163276899bf90c01355bd0c0cfc)

Author SHA1 Message Date
TimQu f442d9a434 disabled the "conservative" choice selection for value iteration because it produced wrong results (and we don't need this anymore) 9 years ago
TimQu 7c4770df07 scheduler tracking for value iteration 9 years ago
Mavo 1b6137cc5d Changed some assert to STORM_LOG_ASSERT 9 years ago
dehnert 86c233f3df fixed bug in sylvan 9 years ago
Mavo effadc5cca Split into general settings and markov chain settings 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
TimQu f285858e28 added required includes 9 years ago
sjunges e0980de0ba first version of storm without log4cplus as a dependency 9 years ago
dehnert 08bed36579 fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm 9 years ago
Mavo 99c87182e4 Fixed missing include for gcc 9 years ago
sjunges 3209c52a7c elim linear equation solver used the wrong rational number 9 years ago
dehnert fa44d65ebd renamed policy to scheduler in some variable names 9 years ago
dehnert 3727018ef4 added functionality to sparse MDP helper to compute until probabilities just for maybe states (and produce the corresponding scheduler) 9 years ago
Mavo 0a78ba13f5 MA to CTMC for trivial nondeterminism 9 years ago
dehnert 8f087597cc more work towards proper scheduler generation 9 years ago
Mavo 017fa19281 Fixed compile issue 9 years ago
Mavo 7bf5fcb308 Fixed compile issue under Debian 9 years ago
Mavo 56bcdcc807 Priority queue as pointer 9 years ago
dehnert 5a1039838f made everything compile again and all tests passing 9 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 9 years ago
Mavo 7a10a04cde Created StateEliminator with specialized subclasses 9 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 9 years ago
dehnert 2e8f74a700 First steps toward exact linear equation solver 10 years ago
Mavo 4c09f9ce29 Minor improvements 10 years ago
dehnert 94b817c531 removed debug output 10 years ago
sjunges 1e1400d68d merge 10 years ago
sjunges 096778a5d0 assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild) 10 years ago
dehnert 0d6612352c silenced sylvan and gmm warnings (for clang) 10 years ago
dehnert 0708672a68 removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 10 years ago
dehnert b7ea918d1b update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) 10 years ago
dehnert f8fc39870a hybrid and symbolic model checkers working with sylvan 10 years ago
dehnert 7376eaf866 made symbolic MDP model checker tests work 10 years ago
dehnert 7f75db2790 ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 10 years ago
dehnert ebe9ccbb15 some work on DD stuff 10 years ago
dehnert 4a772fe48d fixed bug in sylvan 10 years ago
dehnert 472851508c changed return type of equal, notEqual, less, lessOrEqual, greater, greaterOrEqual to BDD since returning an ADD is logically not quite correct 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert 9bac056354 enabled preconditioning for value iteration in gmm++-based MinMax equation solver 10 years ago
dehnert 97e302a78c guarded timeouts in z3 by ifdef-guards 10 years ago
dehnert 6cfa6ac9c7 added timeout to smt solver interface 10 years ago
sjunges 703013b97c program, vector, gurobi 10 years ago
dehnert 6a80348150 fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
dehnert fd86d430ae minor fix 10 years ago
dehnert 5521172ed1 more work on sparse game solver 10 years ago
dehnert e659dd8c4a some work on sparse game solver 10 years ago
sjunges f08f66e900 added an option for polic extraction to the helper, some includes 10 years ago
sjunges 2dc9eb9b83 Currently exclude smtrat- does not compile with current version. 10 years ago
dehnert 8d2bd4fd9d fixed two warnings 10 years ago
dehnert 7cafd61c38 switched gcc to use c++14 as well 10 years ago