summaryrefslogtreecommitdiff
path: root/src/prop/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/options')
-rw-r--r--src/prop/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/options b/src/prop/options
index cf241479c..8bb9d9135 100644
--- a/src/prop/options
+++ b/src/prop/options
@@ -10,7 +10,7 @@ option - --show-sat-solvers void :handler CVC4::prop::showSatSolvers :handler-in
option satRandomFreq random-frequency --random-freq=P double :default 0.0 :predicate greater_equal(0.0) less_equal(1.0)
sets the frequency of random decisions in the sat solver (P=0.0 by default)
-option satRandomSeed random-seed --random-seed=S uint32_t :default
+option satRandomSeed random-seed --random-seed=S uint32_t :default :read-write
sets the random seed for the sat solver
option satVarDecay double :default 0.95 :predicate less_equal(1.0) greater_equal(0.0)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback