summaryrefslogtreecommitdiffstats
path: root/src/proof/int/intInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-02-21 12:10:35 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2013-02-21 12:10:35 -0800
commitdd52905fa394bb276cee1442c680f8c02937b7fb (patch)
treef1b5705546076609b044c5f55b07201650f807ad /src/proof/int/intInt.h
parent24823dce0c2c6efb03948b69fff4e6da31b5b2c1 (diff)
downloadabc-dd52905fa394bb276cee1442c680f8c02937b7fb.tar.gz
abc-dd52905fa394bb276cee1442c680f8c02937b7fb.tar.bz2
abc-dd52905fa394bb276cee1442c680f8c02937b7fb.zip
Enabling two-timeframe property check in the interpolation procedure.
Diffstat (limited to 'src/proof/int/intInt.h')
-rw-r--r--src/proof/int/intInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/int/intInt.h b/src/proof/int/intInt.h
index b7f7a2a7..85b9bfa2 100644
--- a/src/proof/int/intInt.h
+++ b/src/proof/int/intInt.h
@@ -109,7 +109,7 @@ extern Aig_Man_t * Inter_ManStartDuplicated( Aig_Man_t * p );
extern Aig_Man_t * Inter_ManStartOneOutput( Aig_Man_t * p, int fAddFirstPo );
/*=== intFrames.c ============================================================*/
-extern Aig_Man_t * Inter_ManFramesInter( Aig_Man_t * pAig, int nFrames, int fAddRegOuts );
+extern Aig_Man_t * Inter_ManFramesInter( Aig_Man_t * pAig, int nFrames, int fAddRegOuts, int fUseTwoFrames );
/*=== intMan.c ============================================================*/
extern Inter_Man_t * Inter_ManCreate( Aig_Man_t * pAig, Inter_ManParams_t * pPars );