emergency commit
[cl-cudd.git] / distr / dddmp / README.testdddmp
blobe1e1acfedbbf13ca56dabcb5a4a67be47e54af5c
1 README file for the test program of the DDDMP-2.0 package\r
2 Revision: Version 2.0.2, February 01, 2004\r
3 \r
4 \r
5 \r
6 WHAT IS TESTDDDMP\r
7 =================\r
8 \r
9 testdddmp is a test program for the dddmp package.\r
10 Practically, it is a naive user interface to load, store and execute\r
11 operations with BDDs.\r
12 It is included to provide a sanity check for the installation of the\r
13 package and an easy tool to play with BDDs and BDD on files.\r
17 MAKE TESTDDDMP\r
18 ==============\r
20 Run "make testdddmp".\r
21 This should produce the testdddmp executable file.\r
25 TEST DDDMP\r
26 ==========\r
28 Run the runAllTest.script file in the exp directory.\r
29 This should run all the test?.script files in the same directory.\r
30 Each of them is specifically written to check a particular feature of\r
31 the package (e.g., store and load of BDDs, store of CNF formulas and\r
32 retrieval, etc.).\r
33 Each test?.script should terminate with a comparison with a previously\r
34 generated set of files, then with the following set of messages:\r
36 Files 0or1.bdd and 0or1.bdd2 are identical\r
37 Files 2and3.bdd and 2and3.bdd2 are identical\r
38 ...\r
40 If so everything is OK.\r
42 Notice that mismatches may be caused by the presence of CR - LF characters at\r
43 the end of each BDD file line.\r
47 WORK WITH DDDMPTEST\r
48 ===================\r
50 To work with dddmptest (once the executable file has been built) it is enough\r
51 to run it (no parameter is necessary). \r
52 The help command print out the main commands available.\r
53 For each command further inputs are eventually required on an interactive\r
54 basis.\r
55 BDDs and ADDs can be loaded from files by choosing the file name or they\r
56 can be directly created (randomly for example).\r
57 They can be maintained into the main memory trough an array of BDD pointers.\r
58 Operations (logical and re-ordering) can be performed on any BDD into this\r
59 array.\r
60 Eventually any of them can be stored in a file giving the file name.\r
61 BDDs can also be stored in a CNF format using three different possible\r
62 solution to store them.\r
66 FEEDBACK\r
67 ========\r
69 Send feedback to:\r
71 Gianpiero Cabodi and Stefano Quer\r
72 Politecnico di Torino\r
73 Dip. Automatica e Informatica\r
74 C.so Duca degli Abruzzi 24\r
75 I-10129  Torino\r
76 Italy\r
77 E-mail: {gianpiero.cabodi,stefano.quer}@polito.it\r
78 WEB page: http://staff.polito.it/{gianpiero.cabodi,stefano.quer}\r