23 Commits (45486600f7255b13c5b96b878d49d026df73a2ef)

Author SHA1 Message Date
dehnert 45486600f7 Made parts of the interface of the DdManager protected (because they shouldn't be accessible from the outside world). 11 years ago
dehnert 9d3e78ab89 Cudd now gets 2GB instead of 2MB by default. 11 years ago
dehnert 2d8cc2efcd Added reordering functionality to DD interface. 11 years ago
dehnert d00cf794f1 Fixed wrong invocation of option system so all tests pass again, sorry about that, Philipp. :) 11 years ago
dehnert 9b31033d05 Added options for Cudd manager to set precision, reordering technique and maxmem. 11 years ago
dehnert 44ba492fe7 CuddDdManager now sets tolerance to 1e-15. 11 years ago
dehnert 6078e07476 First version of DD iterator; small test included. 11 years ago
dehnert 3940dbf45c Accessing index of node via method interface, not member access. 11 years ago
dehnert 61d4bb956c Added functionality to compare two ADDs up to a given precision. Added logical operator overloads to DD interface. Added tests for all new features. 11 years ago
dehnert 5a4730ae22 When exporting DDs to the dot format, edges leading to the zero node are now suppressed. Also, nodes in the dot file are now labeled with variable names (+ the number of the bit). 11 years ago
dehnert 6e1241211b Started moving IR and adjusting it to the new expression classes. 11 years ago
dehnert 0fce0444f7 Further bugfixes and tests for DD layer. 11 years ago
dehnert cf5c04065e Added streaming functionality to DD. More tests, more bugfixes. 11 years ago
dehnert 6b07643c96 Further tests for DD layer and bugfixing. 11 years ago
dehnert a4fec9f080 Started writing functional tests for DD abstraction layer and fixed some bugs on the way. 11 years ago
dbohlender 7ea7ce93e2 Fixed MSVC incompabilities 11 years ago
dehnert cb35b3315d Added matrix-matrix multiplication to DD interface. (This includes matrix-vector multiplication as a special case). 11 years ago
dehnert dea56e1bd4 Added some missing includes and some stubs for additional functionality of DD abstraction layer. 11 years ago
dehnert a63cda69f5 Added function to retrieve range DD for meta variable. 11 years ago
dehnert 874fc8a864 Alpha version of DD abstraction layer. 11 years ago
dehnert 97e4e01250 Further step towards finalizing the abstraction layer for DDs. 11 years ago
dehnert 70fc3ec29a Further work on abstraction layer for DDs. 11 years ago
dehnert de44a1562c Started writing the DD abstraction layer. 11 years ago