summaryrefslogtreecommitdiff
path: root/src/prop/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/options')
-rw-r--r--src/prop/options4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prop/options b/src/prop/options
index e3a0f814a..b300c3fb6 100644
--- a/src/prop/options
+++ b/src/prop/options
@@ -22,8 +22,8 @@ option satRestartFirst --restart-int-base=N unsigned :default 25
option satRestartInc --restart-int-inc=F double :default 3.0 :predicate greater_equal(0.0)
sets the restart interval increase factor for the sat solver (F=3.0 by default)
-option sat_refine_conflicts --refine-conflicts bool
- refine theory conflict clauses
+option sat_refine_conflicts --refine-conflicts bool :default false
+ refine theory conflict clauses (default false)
option minisatUseElim --minisat-elimination bool :default true :read-write
use Minisat elimination
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback