summaryrefslogtreecommitdiff
path: root/src/prop/options
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-03-11 15:07:38 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-03-11 17:38:30 -0400
commit01e3d838982658349f429063834379b7cda43dbc (patch)
tree2b3ab2c5d2f46727cf7f9790a868c3bb9dc0f3a8 /src/prop/options
parenta8efcd91a8f7dc107355f347996fb8dd3ba7e74a (diff)
Fix some Win32 and SMT-LIB compliance bugs discovered by David Cok.
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 b300c3fb6..cf241479c 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 double :default 91648253 :read-write
+option satRandomSeed random-seed --random-seed=S uint32_t :default
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