projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d85596
)
Fix documentation for Theory::preRegisterTerm().
author
Morgan Deters
<mdeters@cs.nyu.edu>
Wed, 19 Mar 2014 21:30:59 +0000
(17:30 -0400)
committer
Morgan Deters
<mdeters@cs.nyu.edu>
Wed, 19 Mar 2014 21:57:07 +0000
(17:57 -0400)
src/theory/theory.h
patch
|
blob
|
history
diff --git
a/src/theory/theory.h
b/src/theory/theory.h
index 42cdea280b3222c3f597aa074812cc16d41f5f1c..ff648e1f27b1b045adfc94a04453be5a39e7b0ad 100644
(file)
--- a/
src/theory/theory.h
+++ b/
src/theory/theory.h
@@
-498,7
+498,7
@@
public:
}
/**
- * Pre-register a term. Done one time for a Node
, ever
.
+ * Pre-register a term. Done one time for a Node
per SAT context level
.
*/
virtual void preRegisterTerm(TNode) { }