4 Commits (15ccd6e6532be73787d5fc73e35e7d92d9d6c0b4)

Author SHA1 Message Date
Sebastian Junges d6bfcb4818 refactoring: moving some code out of the util folder 5 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
sjunges 1e1400d68d merge 10 years ago
dehnert 4e86ef2e47 moved CUDD-based DD implementation to own folder 10 years ago
dehnert 60701cebdb ADDs and BDDs are no longer mixed in the abstraction layer. 10 years ago
dehnert 706ea56963 Now DDs are either MTBDDs or BDDs. This makes it possible to use BDDs where possible, which is faster. 10 years ago
dehnert 6347e19da8 Intermediate commit: integrating MTBDD model generation/model checking to main tool. 10 years ago
dehnert 7ea6ec3644 Further refactoring. 11 years ago
dehnert 57a8381f91 If requested, the DD iterator can now skip meta variables which are 'don't cares' for the function value. 11 years ago
dehnert 024b98978f Made internal changes to SimpleValuations to (hopefully) make it nice and fast. 11 years ago
dehnert 6078e07476 First version of DD iterator; small test included. 11 years ago
dehnert 5fe7ffe51a Added missing function declaration in CUDD'c C++ interface. Started on an iterator for DD valuations. 11 years ago