summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-07-05 19:56:42 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-07-05 19:56:42 +0200
commitba56661b4a49d4b470c6298d3531324b3bf15005 (patch)
tree6dee0cde13ab4e86a6bde22bf130e1d3f70c2a6f /src/smt
parent69769dae4886621f82c2905b82db727bf2e8cf3f (diff)
Add options --partial-triggers, --elim-taut-quant, improve robustness of --purify-triggers. Enable --quant-alpha-equiv by default. Fix fairness issue when combining cbqi+E-matching. Avoid unecessary delta lemmas. Update casc scripts.
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 54c97750a..921583ed2 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -771,7 +771,7 @@ void SmtEngine::finishInit() {
// Dump("benchmark") << SetBenchmarkLogicCommand(logic.getLogicString());
LogicInfo everything;
everything.lock();
- Dump("benchmark") << CommentCommand("CVC4 always dumps the most general, \"all-supported\" logic (below), as some internals might require the use of a logic more general than the input.")
+ Dump("benchmark") << CommentCommand("CVC4 always dumps the most general, all-supported logic (below), as some internals might require the use of a logic more general than the input.")
<< SetBenchmarkLogicCommand(everything.getLogicString());
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback