The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

64 lines
1.4 KiB

4 weeks ago
  1. README file for the DDDMP-2.0 package
  2. Revision: Version 2.0.2, February 01, 2004
  3. WHAT IS DDDMP
  4. =============
  5. The DDDMP package defines formats for DD storage on file, and it contains a
  6. set of functions to dump DDs and DD forests on file.
  7. In the version 1.0, only BDDs (ROBDDs) of the CUDD package (version 2.2.0
  8. or higher) were supported.
  9. The version 2.0 includes supports for ADDs and CNF formulas.
  10. The version 2.0.2 is for bug fixes.
  11. MAKE DDDMP
  12. ==========
  13. Before you build the libraries and programs, you need to check the
  14. Makefile in the top directory.
  15. Go through the definitions contained in the configuration section, and
  16. select the desired compiler and compilation flags.
  17. Instructions are provided in the comments of the Makefile.
  18. Then run "make".
  19. This should produce the dddmplib.a library.
  20. DOCUMENTATION
  21. =============
  22. Directory dddmp/doc contains HTML documentation for the package.
  23. The recommended starting point is package.html.
  24. Documentation in both postscript format and plain text format is also
  25. provided.
  26. FTP SITE
  27. ========
  28. The package is singularly available from the author home page:
  29. http://staff.polito.it/{gianpiero.cabodi,stefano.quer}
  30. FEEDBACK
  31. ========
  32. Send feedback to:
  33. Stefano Quer & Gianpiero Cabodi
  34. Politecnico di Torino
  35. Dip. Automatica e Informatica
  36. C.so Duca degli Abruzzi 24
  37. I-10129 Torino
  38. Italy
  39. E-mail: {gianpiero.cabodi,stefano.quer}@polito.it
  40. WEB page: http://staff.polito.it/{gianpiero.cabodi,stefano.quer}