314 Commits (359b62868c3bc1f068bde2d56ca776bbc331c30f)

Author SHA1 Message Date
Mavo 99c87182e4 Fixed missing include for gcc 10 years ago
sjunges 3209c52a7c elim linear equation solver used the wrong rational number 10 years ago
dehnert fa44d65ebd renamed policy to scheduler in some variable names 10 years ago
dehnert 3727018ef4 added functionality to sparse MDP helper to compute until probabilities just for maybe states (and produce the corresponding scheduler) 10 years ago
Mavo 0a78ba13f5 MA to CTMC for trivial nondeterminism 10 years ago
dehnert 8f087597cc more work towards proper scheduler generation 10 years ago
Mavo 017fa19281 Fixed compile issue 10 years ago
Mavo 7bf5fcb308 Fixed compile issue under Debian 10 years ago
Mavo 56bcdcc807 Priority queue as pointer 10 years ago
dehnert 5a1039838f made everything compile again and all tests passing 10 years ago
dehnert bdcd4b26a3 refactoring early termination and solve goals and bounds 10 years ago
Mavo 7a10a04cde Created StateEliminator with specialized subclasses 10 years ago
dehnert dee44056d1 work towards generating schedulers (and some other related stuff) 10 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
TimQu 1225b056f2 a little refactoring 10 years ago
sjunges 1e1400d68d merge 10 years ago
sjunges 096778a5d0 assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild) 10 years ago
TimQu 8ab7cae974 early termination 10 years ago
TimQu c0b5190022 Extended interface of linEqSolvers a little, 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
TimQu 91fb664910 Refactored a little and implemented functions for prophesy 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
TimQu f3f3a31e1e Optimization for policy recycling 10 years ago
TimQu 9c645ba24b Work on policy recycling 10 years ago
TimQu dae0faa2a0 refactored the quick implementation of the recent bugfix 10 years ago
TimQu 4a874a5a29 Added some benchmark models from param website 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
TimQu 87c8241ec7 policies for games 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
TimQu ca917a651c MinMaxLinearEqSolvers can now use some initial policy as a first guess. 10 years ago
TimQu b182e3fdcf Small fix for policy extraction 10 years ago
TimQu 6ddddd8cfa Implemented policy extraction for value iteration 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
TimQu d57551c1ec Fix for solver 10 years ago