9 Commits (2754450f91d26079332baed8d89d1d98cc0b3e90)

Author SHA1 Message Date
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 e43bdfaaaa more work on the dd stuff *sigh* 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 19029cd905 functional tests compile and run again, yay! 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 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 d787b80fec CTMC examples now build properly using the DD-based model generator. 10 years ago
dehnert 60701cebdb ADDs and BDDs are no longer mixed in the abstraction layer. 10 years ago
dehnert 1a1906f811 Added functional tests for DD-based and sparse computation of states with prob 0 and 1. 10 years ago
dehnert 706ea56963 Now DDs are either MTBDDs or BDDs. This makes it possible to use BDDs where possible, which is faster. 11 years ago
dehnert e58d38fadf More work on integrating DD-based model building. 11 years ago
dehnert 6347e19da8 Intermediate commit: integrating MTBDD model generation/model checking to main tool. 11 years ago