18 Commits (66736c36264d53e6e53bfa980db6d7a1572012ae)

Author SHA1 Message Date
sjunges 14639525b6 Revert "xerces on gitignore fix" 10 years ago
dehnert 82f2927500 xerces on gitignore fix 10 years ago
dehnert 21627fbab4 Started to get rid of some warnings. In particular this means making the compiler more silent for third-party stuff. 10 years ago
David_Korzeniewski d4f051c4f0 Fixed Windows build 10 years ago
dehnert d787b80fec CTMC examples now build properly using the DD-based model generator. 10 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
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 88d9f36ef4 Added min/max abstract over DD variables to CUDD (actual code taken from PRISM). Added more tests for DD layer. Fixed some bugs in the DD layer. 11 years ago
PBerger 8e93238e18 Fixed a stray void* to char* conversion (still trying to please Clang) 12 years ago
PBerger 08a30c6aad Patched types for the strange version of qsort included in CUDD 12 years ago
PBerger 1a4a32a1c5 Next take at static modifiers for Clang. 12 years ago
PBerger 1d6b6c83e0 Fixed header/implementation mismatches which Clang detects and can not ignore. 12 years ago
PBerger c4c690908a Removed "static" modifier from functions which are defined as EXTERN in a header file 12 years ago
PBerger 11198c648c Fixed include pathes for CUDD in CMakeLists.txt 12 years ago
PBerger 7812c6639e Added missing obj/cuddObj files 12 years ago
PBerger d42a2151c5 Added a CMakeLists.txt for CUDD 12 years ago