111 Commits (b3643abbb8484ba556fa0a036c4be5ffe816febc)

Author SHA1 Message Date
hbruintjes ebe6775b27 Fix missing ValueType template arguments (which defaulted to double) 9 years ago
PBerger be9648fc18 Added -fPIC to Sylvan. Since it is linked into Storm it is necessary for relocation to be possible, hence PIC. 9 years ago
dehnert 74ee726e35 fixed some typos 9 years ago
dehnert f3701f66fb bugfix for symbolic reachability reward computation 9 years ago
dehnert 82023d280d JANI model builder for MDPs is working now, but too slow 9 years ago
dehnert adf8232896 more work and fixes for symbolic JANI builder 9 years ago
Mavo 67d77608bd Refactoring of settings 9 years ago
dehnert 0b98412bb4 further work on making row-grouping optional 10 years ago
TimQu f285858e28 added required includes 10 years ago
Mavo 37a86d8190 Compile fixes for gcc 10 years ago
dehnert 211994bff9 removed debug output 10 years ago
dehnert 40aea6c929 replaced Cudd_CountMinterm by old version to fix what appears to be bug (sent mail to Fabio Somenzi) 10 years ago
dehnert dd0813b8c4 cudd3 now working, but tests segfaulting 10 years ago
dehnert 97d9ecccbb started making cudd3 work 10 years ago
TimQu 6006d95193 Fixed compile errors: Added missing include and fixed call of std::max 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert 329fee6b32 added performance tests for symbolic DTMC model checker 10 years ago
dehnert 0d6612352c silenced sylvan and gmm warnings (for clang) 10 years ago
dehnert abacfdd28d added sylvan settings. made sylvan available from the cli 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 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 fd417fb6d6 started working on ODD-based functionality for sylvan 10 years ago
dehnert ebe9ccbb15 some work on DD stuff 10 years ago
dehnert 4a772fe48d fixed bug in sylvan 10 years ago
dehnert 8657fb0181 introduced relational product operations to prob0/1 algorithms (where possible) 10 years ago
dehnert 494f263b71 fixed a wrong assumption for sylvan relnext 10 years ago
dehnert 3556743d7e more work on introducing relation products 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 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 8194454621 more work on making sylvan mtbdds work 10 years ago
dehnert 99f096635f started integrating sylvan 10 years ago
dehnert cb58b79e24 moved cudd's c++ objects to a separate namespace in an attempt to make cudd and sylvan coexist without name clashes 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