summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-03-11 19:08:38 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-03-11 19:08:38 -0400
commit84c428181fa336c727def95cef3f0a9e9d1f1278 (patch)
tree83303d1409b23133332433528fee64c5e1c4f7ca /src/prop
parentaef9f4e13ddcf2fa48226d98a2a14f9141a761f7 (diff)
parent3801e9c98d9c44e1583c744a6d72ec8e31a6c3f4 (diff)
Merge branch '1.3.x'
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/options b/src/prop/options
index 8bb9d9135..71091d2b5 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 :read-write
+option satRandomSeed random-seed --random-seed=S uint32_t :default 0 :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