21 Commits (4d7770aea6ce847235111089c9abdbf4aeb26412)

Author SHA1 Message Date
dehnert 4d7770aea6 fixed issue in hybrid reachability reward computation that caused empty row groups 8 years ago
dehnert da02237769 work towards symbolic rational search 8 years ago
dehnert 6e8465e9f1 started on symbolic rational search 8 years ago
dehnert 55c787e0d8 proper EC elimination in hybrid helper 8 years ago
dehnert d2a493a92d fixed several crucial bugs related to dd bisimulation, tests now passing 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
dehnert 7f346d2f0b more work on quotient extraction 8 years ago
dehnert 8f42bd2ec0 moved to new sparsepp version and made the appropriate changes 8 years ago
dehnert 03ad4c2783 first version of symbolic bisimulation minimization 8 years ago
dehnert 952776a057 hybrid engine working for rational numbers 8 years ago
dehnert aaa6f13cf4 separated rational numbers and rational functions and added support for rational numbers to sylvan 8 years ago
dehnert 2e8ff870ff completed interface of (sylvan) ADDs for storing rational functions 8 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) 8 years ago
dehnert 5b09b91ae1 fixed more warnings 9 years ago
Philipp Berger da69e8d9b7 Cherry-picked changes. 9 years ago
dehnert 1f460cd8fa made move of top-level dir for some remaining files, fixed some includes 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
PBerger c9f2eef826 Added functionality for replacing leaves in SRF MTBDDs. 9 years ago
PBerger 68b14b3076 Moved BDD functionality in Sylvan to sylvan_bdd_int.h to allow reuse. 9 years ago
dehnert bde84d0073 fixed symbolic game solver wrt. illegal masks. numerical solving step in game-based model checker working, but no refinement yet. 9 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert 329fee6b32 added performance tests for symbolic DTMC model checker 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 ebe9ccbb15 some work on DD stuff 10 years ago
dehnert 4a772fe48d fixed bug in sylvan 10 years ago
dehnert 31147a90d2 removed or and not operation on ADDs as they should conceptually be used on BDDs 10 years ago
dehnert 2c69232560 started cleaning ADD interface 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 d25bd3a32f added 'empty' framework for sylvan-based implementation of DD abstraction layer 10 years ago
dehnert c36d869b3c done cleaining up 10 years ago
dehnert 009dabf2f1 started cleanining up 10 years ago
dehnert a258d1ab48 restructured ODD to be independent of the DD library being used 10 years ago
dehnert 19029cd905 functional tests compile and run again, yay! 10 years ago
dehnert 960ef4ff65 same shit, different day 10 years ago
dehnert f7c26fd4b1 more modifications needed for refactoring of DD stuff 10 years ago
dehnert 8bf0f3c87e apparently, changing the DD interface implies some other changes as well... 10 years ago
dehnert 7fa7381047 trying to get the new infrastructure of the DD abstraction layer integrated into the other parts of storm 10 years ago
dehnert 340b39e4a7 more work on refactoring DD abstraction layer 10 years ago
dehnert d683e38d4a started refactoring DD-interface a bit in an attempt to ease the integration of sylvan 10 years ago
dehnert 5bd6ca606f Started refactoring DD abstraction layer. 10 years ago