projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18075c
)
minor cleanup
author
Morgan Deters
<mdeters@gmail.com>
Mon, 20 Aug 2012 19:55:33 +0000
(19:55 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Mon, 20 Aug 2012 19:55:33 +0000
(19:55 +0000)
src/theory/quantifiers/inst_match.cpp
patch
|
blob
|
history
diff --git
a/src/theory/quantifiers/inst_match.cpp
b/src/theory/quantifiers/inst_match.cpp
index 14a84ea723eaccb41ff0ccde97d37b5af269e445..ce35607d4fd6918ee5c748c1f88349d6268fb1ba 100644
(file)
--- a/
src/theory/quantifiers/inst_match.cpp
+++ b/
src/theory/quantifiers/inst_match.cpp
@@
-881,4
+881,6
@@
int InstMatchGeneratorSimple::addTerm( Node f, Node t, QuantifiersEngine* qe ){
return qe->addInstantiation( f, m ) ? 1 : 0;
}
-}}}
+}/* CVC4::theory::inst namespace */
+}/* CVC4::theory namespace */
+}/* CVC4 namespace */