21 Commits (0089212b7e9075e8ae389f6bfd9c55faa8234b54)

Author SHA1 Message Date
dehnert 56b4f53ce7 got rid of more warnings 9 years ago
dehnert 21627fbab4 Started to get rid of some warnings. In particular this means making the compiler more silent for third-party stuff. 9 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
PBerger f2383ccfb5 Added missing definitions required for CUDD to compile under 64bit architectures. 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) 11 years ago
PBerger 08a30c6aad Patched types for the strange version of qsort included in CUDD 11 years ago
PBerger 1a4a32a1c5 Next take at static modifiers for Clang. 11 years ago
PBerger 1d6b6c83e0 Fixed header/implementation mismatches which Clang detects and can not ignore. 11 years ago
PBerger c4c690908a Removed "static" modifier from functions which are defined as EXTERN in a header file 11 years ago
PBerger 11198c648c Fixed include pathes for CUDD in CMakeLists.txt 11 years ago
PBerger 7812c6639e Added missing obj/cuddObj files 11 years ago
PBerger d42a2151c5 Added a CMakeLists.txt for CUDD 11 years ago
PBerger 750c829f7a Fixed CUDD Project Setup. 12 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 12 years ago
PBerger 02cc706525 Added cudd-2.5.0 patched for Win32/Win64 incl. static lib builds for MSVC2012 12 years ago
dehnert 27de566228 Moved current tests to the functional test suite in an attempt to introduce performance tests. 12 years ago
Harold Bruintjes 6aea8de7ba Readded cudd 2.5.0 from prismparser 12 years ago
david 1642c5f66c Added missing functions to CUDDs cpp interface 12 years ago
gereon 490f037259 Kind of undoing the previous commit. 12 years ago
gereon 4df73785ca Modified cudd's libobj Makefile to work for me. 12 years ago
dehnert 42693bf0f2 Fixed wrong includes of cuddObj.hh in expression classes. Added missing files of cudd. 12 years ago
dehnert 5b0af74fa6 Integrated a few more functions to CUDD which are necessary (PRISM adds them as well). 12 years ago
dehnert edd3a9a20e Added possibility to evaluate expressions without concrete variables. Fixed some minor things in CUDD Makefiles. Renamed IR adapter. 12 years ago
dehnert 9fbebb9349 Added CUDD to the repository. 12 years ago