11 Commits (e05672a87d3659d8bb8ce372e2ec7281aa0b16a3)

Author SHA1 Message Date
JK e536851e53 Solver: provide information about solving method + number of iterations at INFO log level 8 years ago
dehnert 853b035473 fixed bug and added testsfor symbolic linear equation solver (rational number and rational function) 8 years ago
dehnert b811ebcf88 dd-based policy iteration appears to be working 8 years ago
dehnert 153339c5be first draft of policy iteration using DDs 8 years ago
dehnert 952776a057 hybrid engine working for rational numbers 8 years ago
Matthias Volk ad2371fdae Fixed typo 8 years ago
dehnert a2e29893f2 fixed a few bugs 8 years ago
dehnert 2801f1604b improved symbolic linear equation solving (via Jacobi) a bit 8 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
sjunges 548ba8bbeb somehow managed my way through the policy guessing, several minor extensions to solvers 9 years ago
dehnert 95b95d9c64 fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact 9 years ago
dehnert 86c233f3df fixed bug in sylvan 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
sjunges 1e1400d68d merge 9 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 9 years ago
dehnert b7ea918d1b update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754) 10 years ago
dehnert 7376eaf866 made symbolic MDP model checker tests work 10 years ago
dehnert ebe9ccbb15 some work on DD stuff 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 fbd05cd780 more and more bugfixes 10 years ago