summaryrefslogtreecommitdiff
path: root/src/theory/sets/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/options')
-rw-r--r--src/theory/sets/options4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/sets/options b/src/theory/sets/options
index dc6c6e907..1c95e78e4 100644
--- a/src/theory/sets/options
+++ b/src/theory/sets/options
@@ -8,7 +8,7 @@ module SETS "theory/sets/options.h" Sets
option setsPropagate --sets-propagate bool :default true
determines whether to propagate learnt facts to Theory Engine / SAT solver
-option setsEagerLemmas --sets-eager-lemmas bool :default false
- if true, will add lemmas even if not at FULL_EFFORT
+option setsEagerLemmas --sets-eager-lemmas bool :default true
+ add lemmas even at regular effort
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback