summaryrefslogtreecommitdiffstats
path: root/src/sat/cnf/cnf.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-04 00:11:47 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-04 00:11:47 -0700
commit7fd65344929ef70f36be9f9b73529c084f8b7a50 (patch)
treefc8955e3817d18cee265643e432749a89ff07da3 /src/sat/cnf/cnf.h
parent500c76d213b829a7729d717a09704d6197a37e1b (diff)
downloadabc-7fd65344929ef70f36be9f9b73529c084f8b7a50.tar.gz
abc-7fd65344929ef70f36be9f9b73529c084f8b7a50.tar.bz2
abc-7fd65344929ef70f36be9f9b73529c084f8b7a50.zip
Performance improvement in &gla.
Diffstat (limited to 'src/sat/cnf/cnf.h')
-rw-r--r--src/sat/cnf/cnf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sat/cnf/cnf.h b/src/sat/cnf/cnf.h
index 0b6fc8c2..54aaf5ca 100644
--- a/src/sat/cnf/cnf.h
+++ b/src/sat/cnf/cnf.h
@@ -64,6 +64,7 @@ struct Cnf_Dat_t_
int * pVarNums; // the number of CNF variable for each node ID (-1 if unused)
int * pObj2Clause; // the mapping of objects into clauses
int * pObj2Count; // the mapping of objects into clause number
+ Vec_Int_t * vMapping; // mapping of internal nodes
};
// the cut used to represent node in the AIG