16 Commits (da02237769ab1c041c5b86d57491db42679adc87)

Author SHA1 Message Date
dehnert da02237769 work towards symbolic rational search 8 years ago
dehnert 9bda631795 symbolic MDP helper respecting solver requirements 8 years ago
dehnert e2e1407f3e not calling sylvan_var on leaf nodes of sylvan anymore 8 years ago
dehnert 6bebb3c9d5 fix bug in rational number/function handling with sylvan 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 9 years ago
dehnert 153339c5be first draft of policy iteration using DDs 9 years ago
dehnert 952776a057 hybrid engine working for rational numbers 9 years ago
dehnert 1a803f4270 created symbolic native solver to factor out numerical solution; prepared the code-path that stores rational functions in DDs (hybrid + dd engines) 9 years ago
dehnert fd31e23306 allow arbitrary-layer meta variables in DdManager; make DdManager available as non-const from a DD; started on symbolic state elimination linear equation solver 9 years ago
Matthias Volk ad2371fdae Fixed typo 9 years ago
dehnert 2801f1604b improved symbolic linear equation solving (via Jacobi) a bit 9 years ago
dehnert 76c99b55af return more precise result in dd equation solver 9 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
dehnert 95b95d9c64 fixed some minor issues and renamed equation solver methods slightly to make the names a bit more compact 9 years ago
Mavo 67d77608bd Refactoring of settings 10 years ago
sjunges 1e1400d68d merge 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 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 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
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
dehnert 4c35bc0f66 symbolic DTMC model checker working 10 years ago