summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/conjecture_generator.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-10-28 12:54:33 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2014-10-28 12:54:33 +0100
commit3ff5a32a45f2830acc4600b38332a287db4cf60a (patch)
tree00a17831da47ba755fde9a74ad852cdf4a0e74cd /src/theory/quantifiers/conjecture_generator.h
parent5494fb086071c6e68cb5125932af0126c5b9d42e (diff)
Improve stats in conjecture generator, minor cleanup.
Diffstat (limited to 'src/theory/quantifiers/conjecture_generator.h')
-rwxr-xr-xsrc/theory/quantifiers/conjecture_generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/conjecture_generator.h b/src/theory/quantifiers/conjecture_generator.h
index 59d908fec..462fadfce 100755
--- a/src/theory/quantifiers/conjecture_generator.h
+++ b/src/theory/quantifiers/conjecture_generator.h
@@ -342,6 +342,7 @@ private: //information regarding the terms
void registerPattern( Node pat, TypeNode tpat );
private: //for debugging
std::map< TNode, unsigned > d_em;
+ unsigned d_conj_count;
public:
//term generation environment
TermGenEnv d_tge;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback