12 Commits (2e8ff870ff6cacd38a416f809bfb2d07028abbde)

Author SHA1 Message Date
dehnert 2e8ff870ff completed interface of (sylvan) ADDs for storing rational functions 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 ad18fee1dc commit to switch workplace 9 years ago
dehnert 33cdee94dc let's fill them hashtables (I mean there were there anyway, so we could as well use 'em) 9 years ago
dehnert eac2735068 fixed more warnings 9 years ago
dehnert 5b09b91ae1 fixed more warnings 9 years ago
dehnert 05203792f2 fixed a couple of warnings 9 years ago
Philipp Berger da69e8d9b7 Cherry-picked changes. 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
PBerger 4fff7b39ef Added template instanziation for storm::RationalFunction. 9 years ago
PBerger 58eb54926c Fixed Sylvan bugs. 9 years ago
PBerger 1345f018fc Fixed some issues with pointers. 9 years ago
PBerger 9e90f41608 Implemented functions for BDD -> ADD conversion and some helpers. 9 years ago
PBerger 07d4848f55 Fixed missing include in InternalSylvanAdd.cpp 9 years ago
PBerger d81f4ca5a8 Code around features that are not available. 9 years ago
PBerger 40e40a19b1 Missing template argument replacement. 9 years ago
PBerger 4de8d6c121 Moved code to template specialization because of return type conversion. 9 years ago
PBerger 810e4bbbb0 Added call to GetMTBDD(). 9 years ago
PBerger 4cb70c8093 Fall back on C-style casts. 9 years ago
PBerger 912ad98cbb Copy&Paste fixed. 9 years ago
PBerger a8fa45b89c Fixed call to terminal(type, valPtr) 9 years ago
PBerger 542fcb8e8c More fixes. 9 years ago
PBerger 16e287ca8f Fixes. 9 years ago
PBerger 807aa90fa6 Added missing instantiations. 9 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 f2a01afbdf ODD-based stuff working for Sylvan. Almost all tests passing 10 years ago
dehnert 36a6e9e76e more work on sylvan ODD-related stuff 10 years ago
dehnert ebe9ccbb15 some work on DD stuff 10 years ago
dehnert e43bdfaaaa more work on the dd stuff *sigh* 10 years ago
dehnert 598ed08116 worked in newest sylvan changes to api 10 years ago
dehnert fb4c103320 merged sylvan updates into the sylvan copy. made more tests work 10 years ago
dehnert 10996b4ab5 more work on sylvan 10 years ago
dehnert 7ea0cb19b3 added some new functions to sylvan. isolated new code to make it easier to update sylvan to newer versions later 10 years ago
dehnert 8eb3720f91 more work on sylvan integration 10 years ago
dehnert 6c1a21c43f added more functions 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 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 8194454621 more work on making sylvan mtbdds work 10 years ago
dehnert d25bd3a32f added 'empty' framework for sylvan-based implementation of DD abstraction layer 10 years ago