summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2019-11-27 17:52:36 -0300
committerGitHub <noreply@github.com>2019-11-27 17:52:36 -0300
commit46eeb6a507c31b4ac65b0ef70c32898667097377 (patch)
tree06b34813dd1bc3dcc25479bf4c72ef3252655b77 /src/smt
parentbd2793a68e021ab58ab07db0cac67cf3d6806ead (diff)
Enable sygusRecFun by default and fixes SyGuS+RecFun+HO issues (#3502)
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 073c2ebc5..dfd3c9fee 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -4861,6 +4861,7 @@ void SmtEngine::checkSynthSolution()
SmtEngine solChecker(d_exprManager);
solChecker.setLogic(getLogicInfo());
setOption("check-synth-sol", SExpr("false"));
+ setOption("sygus-rec-fun", SExpr("false"));
Trace("check-synth-sol") << "Retrieving assertions\n";
// Build conjecture from original assertions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback