summaryrefslogtreecommitdiffstats
path: root/src/sat/bsat/satStore.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-06-28 10:42:31 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-06-28 10:42:31 -0700
commit184c5d4ea467731005c92bc159c68d57c83c6c6a (patch)
treeec585fa6f993ed00851000069887812a4734d678 /src/sat/bsat/satStore.h
parente93cfb18ee42e75e6d55c4fd02e5455c4ec16cc8 (diff)
downloadabc-184c5d4ea467731005c92bc159c68d57c83c6c6a.tar.gz
abc-184c5d4ea467731005c92bc159c68d57c83c6c6a.tar.bz2
abc-184c5d4ea467731005c92bc159c68d57c83c6c6a.zip
Adding timeout to the interpolant computation procedure.
Diffstat (limited to 'src/sat/bsat/satStore.h')
-rw-r--r--src/sat/bsat/satStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/bsat/satStore.h b/src/sat/bsat/satStore.h
index 206c6939..960f391a 100644
--- a/src/sat/bsat/satStore.h
+++ b/src/sat/bsat/satStore.h
@@ -130,7 +130,7 @@ extern int Int_ManInterpolate( Int_Man_t * p, Sto_Man_t * pCnf, int fVe
typedef struct Inta_Man_t_ Inta_Man_t;
extern Inta_Man_t * Inta_ManAlloc();
extern void Inta_ManFree( Inta_Man_t * p );
-extern void * Inta_ManInterpolate( Inta_Man_t * p, Sto_Man_t * pCnf, void * vVarsAB, int fVerbose );
+extern void * Inta_ManInterpolate( Inta_Man_t * p, Sto_Man_t * pCnf, abctime TimeToStop, void * vVarsAB, int fVerbose );
/*=== satInterB.c ==========================================================*/
typedef struct Intb_Man_t_ Intb_Man_t;