projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a982d0a
)
mark a quantifiers global var as "static" so we can find it easier later
author
Morgan Deters
<mdeters@gmail.com>
Mon, 11 Jun 2012 18:27:58 +0000
(18:27 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Mon, 11 Jun 2012 18:27:58 +0000
(18:27 +0000)
src/theory/quantifiers/instantiation_engine.cpp
patch
|
blob
|
history
diff --git
a/src/theory/quantifiers/instantiation_engine.cpp
b/src/theory/quantifiers/instantiation_engine.cpp
index 8478dff1eeb555b7a91c81247d557686b57c167a..11ff9ecadfbaccce9f2c6fef2d3838cd4a6c1244 100644
(file)
--- a/
src/theory/quantifiers/instantiation_engine.cpp
+++ b/
src/theory/quantifiers/instantiation_engine.cpp
@@
-155,7
+155,7
@@
bool InstantiationEngine::doInstantiationRound( Theory::Effort effort ){
}
}
-int ierCounter = 0;
+
static
int ierCounter = 0;
void InstantiationEngine::check( Theory::Effort e ){
if( e==Theory::EFFORT_FULL ){