18 Commits (9e5e1980dd8f3869b2e5e5d334fe8c41a9f0d302)

Author SHA1 Message Date
dehnert 9e5e1980dd first working version of symbolic Markov automaton bisimulation 7 years ago
dehnert cd34e3d67e fixed issue in rational search preventing convergence in many cases 8 years ago
TimQu 68ec4ca0ce Various fixes for the case STORM_USE_CLN_EA=ON 8 years ago
dehnert da02237769 work towards symbolic rational search 8 years ago
dehnert 6e8465e9f1 started on symbolic rational search 8 years ago
dehnert d2a493a92d fixed several crucial bugs related to dd bisimulation, tests now passing 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 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 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 5b09b91ae1 fixed more warnings 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 f45b7f9171 fixed some bugs and started on quantitative refinement 9 years ago
PBerger da199866e6 Added tests for minAbstractRepresentative. 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
dehnert 24667fffc4 added cudd functions for equal/less/less_equal/greater/greater_equal that directly return a BDD instead of an ADD 9 years ago
hbruintjes ebe6775b27 Fix missing ValueType template arguments (which defaulted to double) 9 years ago
dehnert 211994bff9 removed debug output 9 years ago
dehnert 40aea6c929 replaced Cudd_CountMinterm by old version to fix what appears to be bug (sent mail to Fabio Somenzi) 9 years ago
dehnert dd0813b8c4 cudd3 now working, but tests segfaulting 9 years ago
dehnert 97d9ecccbb started making cudd3 work 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 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 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 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 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 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 231c3ec060 started lifting toVector, etc. from the internal classes to the general superclasses 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 eb1619153e same same 10 years ago
David_Korzeniewski ea2e616196 All tests for CUDA based TopologicalValueIterationMdpPrctlModelChecker passing on Windows. 10 years ago
PBerger d5828043de Added first signs of the CUDA Extension for Storm. 11 years ago