summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/synth_engine.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-11-02 19:56:32 -0600
committerGitHub <noreply@github.com>2020-11-02 17:56:32 -0800
commitcf36673d216949bb4306964c81488df3eb42b0c2 (patch)
tree90c0b0e63bedf516fac9e3704789c44fdcb795f2 /src/theory/quantifiers/sygus/synth_engine.h
parent116114d9277f7b706e30f4c7af3a531e3f75fe86 (diff)
Move sygus qe preproc to its own file (#5375)
Diffstat (limited to 'src/theory/quantifiers/sygus/synth_engine.h')
-rw-r--r--src/theory/quantifiers/sygus/synth_engine.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/quantifiers/sygus/synth_engine.h b/src/theory/quantifiers/sygus/synth_engine.h
index d132054aa..25981748e 100644
--- a/src/theory/quantifiers/sygus/synth_engine.h
+++ b/src/theory/quantifiers/sygus/synth_engine.h
@@ -20,6 +20,7 @@
#include "context/cdhashmap.h"
#include "theory/quantifiers/quant_util.h"
+#include "theory/quantifiers/sygus/sygus_qe_preproc.h"
#include "theory/quantifiers/sygus/sygus_stats.h"
#include "theory/quantifiers/sygus/synth_conjecture.h"
@@ -86,6 +87,10 @@ class SynthEngine : public QuantifiersModule
* preregisterAssertion.
*/
SynthConjecture* d_conj;
+ /**
+ * The quantifier elimination preprocess module.
+ */
+ SygusQePreproc d_sqp;
/** The statistics */
SygusStatistics d_statistics;
/** assign quantified formula q as a conjecture
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback