summaryrefslogtreecommitdiffstats
path: root/src/aig/int/intInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2011-11-12 16:56:41 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2011-11-12 16:56:41 -0800
commitc1ac6b9b3e9fb87a209692ae9d513520ca5918ba (patch)
treec558cbbc28b4d32cfee738862dc1abbce6be1239 /src/aig/int/intInt.h
parentb38df9feec7d5858e978a0243d98f362337ac8f1 (diff)
downloadabc-c1ac6b9b3e9fb87a209692ae9d513520ca5918ba.tar.gz
abc-c1ac6b9b3e9fb87a209692ae9d513520ca5918ba.tar.bz2
abc-c1ac6b9b3e9fb87a209692ae9d513520ca5918ba.zip
Dump inductive invariant or last interpolant after interpolation.
Diffstat (limited to 'src/aig/int/intInt.h')
-rw-r--r--src/aig/int/intInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/int/intInt.h b/src/aig/int/intInt.h
index 3eab7883..66ff9578 100644
--- a/src/aig/int/intInt.h
+++ b/src/aig/int/intInt.h
@@ -114,7 +114,7 @@ extern Aig_Man_t * Inter_ManFramesInter( Aig_Man_t * pAig, int nFrames, int
/*=== intMan.c ============================================================*/
extern Inter_Man_t * Inter_ManCreate( Aig_Man_t * pAig, Inter_ManParams_t * pPars );
extern void Inter_ManClean( Inter_Man_t * p );
-extern void Inter_ManStop( Inter_Man_t * p );
+extern void Inter_ManStop( Inter_Man_t * p, int fProved );
/*=== intM114.c ============================================================*/
extern int Inter_ManPerformOneStep( Inter_Man_t * p, int fUseBias, int fUseBackward, int nTimeNewOut );