summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2018-06-20 14:18:30 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2018-06-20 14:18:30 -0500
commite47677a72a1e2638062a2c2adf42081e0e7488b2 (patch)
tree2edc11e62a0d80ab58cea3d8e1eb2b3d59533dfa /src/options
parente2852a01e0658a90eb14143ac2d4541075d1a422 (diff)
parent06f9525d675048ba7d945c8d9acdf84896eb5fbb (diff)
Merge branch 'master' of https://github.com/CVC4/CVC4 into sygusComp2018-2
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 055dfd545..f04f5abfd 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1502,6 +1502,14 @@ header = "options/quantifiers_options.h"
help = "linearize adder chains for variables"
[[option]]
+ name = "cbqiBvSolveNl"
+ category = "regular"
+ long = "cbqi-bv-solve-nl"
+ type = "bool"
+ default = "false"
+ help = "try to solve non-linear bv literals using model value projections"
+
+[[option]]
name = "cbqiBvConcInv"
category = "regular"
long = "cbqi-bv-concat-inv"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback