summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/conjecture_generator.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-04-26 11:59:58 -0500
committerGitHub <noreply@github.com>2018-04-26 11:59:58 -0500
commit68a994dbb7527b6f98975bbb776687413f23d451 (patch)
treedba15d6685fe872bb2d9ae53c7d7f4580b4b330a /src/theory/quantifiers/conjecture_generator.h
parent1ae10032fb99ca1d8f73c5f51dce3cfc976b3dfb (diff)
Fix subgoal generation context (#1816)
Diffstat (limited to 'src/theory/quantifiers/conjecture_generator.h')
-rw-r--r--src/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 764379e76..2db175fae 100644
--- a/src/theory/quantifiers/conjecture_generator.h
+++ b/src/theory/quantifiers/conjecture_generator.h
@@ -420,6 +420,7 @@ private: //information about ground equivalence classes
unsigned flushWaitingConjectures( unsigned& addedLemmas, int ldepth, int rdepth );
public:
ConjectureGenerator( QuantifiersEngine * qe, context::Context* c );
+ ~ConjectureGenerator();
/* needs check */
bool needsCheck(Theory::Effort e) override;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback