summaryrefslogtreecommitdiff
path: root/src/theory/bv
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-01-22 17:09:29 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-01-22 17:09:29 +0100
commit732dc4232ccf62d9b4a3ddf49fcfbd56efabcd41 (patch)
treeb421689667af1b212d41c9b3c1c04cfc7cb11405 /src/theory/bv
parentd9d13027f1f1e3cc462dc5885dfd0b529bf57512 (diff)
Narrow sygus search space based on NNF and rewriting constant arguments.
Diffstat (limited to 'src/theory/bv')
-rw-r--r--src/theory/bv/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/options b/src/theory/bv/options
index 801dec0db..eba4608d2 100644
--- a/src/theory/bv/options
+++ b/src/theory/bv/options
@@ -42,7 +42,7 @@ expert-option bitvectorAlgebraicBudget --bv-algebraic-budget unsigned :default 1
option bitvectorToBool --bv-to-bool bool :default false :read-write
lift bit-vectors of size 1 to booleans when possible
-option bitvectorDivByZeroConst --bv-div-zero-const bool :default false
+option bitvectorDivByZeroConst --bv-div-zero-const bool :default false :read-write
always return -1 on division by zero
expert-option bvExtractArithRewrite --bv-extract-arith bool :default false :read-write
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback