summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-18 20:42:55 -0500
committerGitHub <noreply@github.com>2020-03-18 20:42:55 -0500
commit236337b3df1fa6c7627537f0d783d3d3f568b068 (patch)
treeaee0ee98181375af32ad082ae727a55f8a10f9f6 /src/options/quantifiers_options.toml
parentf1b58cf3d090d252e9349d491c4b43c46bf52b0e (diff)
Always enable cbqi literal dependency (#4116)
Fixes #4105. It appears that the two (experimental) options in that issue were incompatible. A block of code changed indentation in this PR and was updated to guidelines.
Diffstat (limited to 'src/options/quantifiers_options.toml')
-rw-r--r--src/options/quantifiers_options.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 12549152d..5f07e687e 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -1764,15 +1764,6 @@ header = "options/quantifiers_options.h"
read_only = true
help = "non-optimal bounds for counterexample-based quantifier instantiation"
-[[option]]
- name = "cbqiLitDepend"
- category = "regular"
- long = "cbqi-lit-dep"
- type = "bool"
- default = "true"
- read_only = true
- help = "dependency lemmas for quantifier alternation in counterexample-based quantifier instantiation"
-
# CEGQI for EPR
[[option]]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback