summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.cpp')
-rw-r--r--src/smt/smt_engine.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 075c8fa00..7e18e5a6f 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -1303,6 +1303,12 @@ void SmtEngine::setDefaults() {
}
}
+ // sygus core connective requires unsat cores
+ if (options::sygusCoreConnective())
+ {
+ options::unsatCores.set(true);
+ }
+
if ((options::checkModels() || options::checkSynthSol()
|| options::produceAbducts()
|| options::modelCoresMode() != MODEL_CORES_NONE
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback