summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/synth_engine.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-28 11:42:49 -0500
committerGitHub <noreply@github.com>2018-09-28 11:42:49 -0500
commit676fbb54488a995818773f05a6ce860916ee6667 (patch)
tree4a0d335b8438c593306da49cd930e95330ddc625 /src/theory/quantifiers/sygus/synth_engine.cpp
parent37f8a0a52fac6933af7bace33d8da648901a7bf9 (diff)
parent8c9e1ce5939737bac95cf16f59e6fc7fc856940b (diff)
Merge branch 'master' into emptyEqemptyEq
Diffstat (limited to 'src/theory/quantifiers/sygus/synth_engine.cpp')
-rw-r--r--src/theory/quantifiers/sygus/synth_engine.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/quantifiers/sygus/synth_engine.cpp b/src/theory/quantifiers/sygus/synth_engine.cpp
index 56844ec1f..296c10ff6 100644
--- a/src/theory/quantifiers/sygus/synth_engine.cpp
+++ b/src/theory/quantifiers/sygus/synth_engine.cpp
@@ -42,8 +42,7 @@ SynthEngine::~SynthEngine() { delete d_conj; }
bool SynthEngine::needsCheck(Theory::Effort e)
{
- return !d_quantEngine->getTheoryEngine()->needCheck()
- && e >= Theory::EFFORT_LAST_CALL;
+ return e >= Theory::EFFORT_LAST_CALL;
}
QuantifiersModule::QEffort SynthEngine::needsModel(Theory::Effort e)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback