summaryrefslogtreecommitdiffstats
path: root/src/proof/int
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/int')
-rw-r--r--src/proof/int/intCore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/int/intCore.c b/src/proof/int/intCore.c
index 8bef9c59..d4ef1f94 100644
--- a/src/proof/int/intCore.c
+++ b/src/proof/int/intCore.c
@@ -45,8 +45,8 @@ ABC_NAMESPACE_IMPL_START
void Inter_ManSetDefaultParams( Inter_ManParams_t * p )
{
memset( p, 0, sizeof(Inter_ManParams_t) );
- p->nBTLimit = 10000; // limit on the number of conflicts
- p->nFramesMax = 40; // the max number timeframes to unroll
+ p->nBTLimit = 0; // limit on the number of conflicts
+ p->nFramesMax = 0; // the max number timeframes to unroll
p->nSecLimit = 0; // time limit in seconds
p->nFramesK = 1; // the number of timeframes to use in induction
p->fRewrite = 0; // use additional rewriting to simplify timeframes