summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-09-23 10:41:28 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-09-23 10:41:28 -0700
commit32868822295cf11cde1628aeed27cb59b67c450c (patch)
tree07de5a42c6e11265e18ce1c1f4b92d787f29a260 /src/map/if/if.h
parenteec94a70f1a63faefc7db2d7afccb2fd187e5d47 (diff)
downloadabc-32868822295cf11cde1628aeed27cb59b67c450c.tar.gz
abc-32868822295cf11cde1628aeed27cb59b67c450c.tar.bz2
abc-32868822295cf11cde1628aeed27cb59b67c450c.zip
Experiments with exact matching into LUT structures.
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r--src/map/if/if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h
index e2dd3352..aac141fd 100644
--- a/src/map/if/if.h
+++ b/src/map/if/if.h
@@ -491,6 +491,7 @@ extern float If_CutPowerRef( If_Man_t * p, If_Cut_t * pCut, If_Obj_t *
extern float If_CutPowerDerefed( If_Man_t * p, If_Cut_t * pCut, If_Obj_t * pRoot );
extern float If_CutPowerRefed( If_Man_t * p, If_Cut_t * pCut, If_Obj_t * pRoot );
/*=== ifDec.c =============================================================*/
+extern word If_CutPerformDerive07( If_Man_t * p, unsigned * pTruth, int nVars, int nLeaves, char * pStr );
extern int If_CutPerformCheck07( If_Man_t * p, unsigned * pTruth, int nVars, int nLeaves, char * pStr );
extern int If_CutPerformCheck08( If_Man_t * p, unsigned * pTruth, int nVars, int nLeaves, char * pStr );
extern int If_CutPerformCheck10( If_Man_t * p, unsigned * pTruth, int nVars, int nLeaves, char * pStr );