summaryrefslogtreecommitdiffstats
path: root/src/proof/pdr/pdrInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-02-13 23:31:01 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-02-13 23:31:01 -0800
commit77b5dc261e15e62c7e345b9216601010d139d711 (patch)
treee5d8c6714717a580c90e23433c33e0477044bdcd /src/proof/pdr/pdrInt.h
parente0650dce0a3f5567715f60162693f693ce3fd16b (diff)
downloadabc-77b5dc261e15e62c7e345b9216601010d139d711.tar.gz
abc-77b5dc261e15e62c7e345b9216601010d139d711.tar.bz2
abc-77b5dc261e15e62c7e345b9216601010d139d711.zip
Added restarts to PDR.
Diffstat (limited to 'src/proof/pdr/pdrInt.h')
-rw-r--r--src/proof/pdr/pdrInt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proof/pdr/pdrInt.h b/src/proof/pdr/pdrInt.h
index baf4ca02..0a90f9d1 100644
--- a/src/proof/pdr/pdrInt.h
+++ b/src/proof/pdr/pdrInt.h
@@ -107,6 +107,9 @@ struct Pdr_Man_t_
int nCasesSU;
int nCasesUS;
int nCasesUU;
+ int nQueCur;
+ int nQueMax;
+ int nQueLim;
// runtime
int timeStart;
int timeToStop;