summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-07-29 13:58:09 -0500
committerGitHub <noreply@github.com>2019-07-29 13:58:09 -0500
commit90eddb069c3c9abf96719ac20aff45b44af86207 (patch)
tree5e9b48565fdcc33ecbc094ae5e14101e6e4ccb3c /src/options
parent3aba99657b39ccc0ab400c7ed9778673a3acddd7 (diff)
Support get-abduct smt2 command (#3122)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options.toml9
-rw-r--r--src/options/smt_options.toml9
2 files changed, 9 insertions, 9 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index 03ffade46..8792fb56b 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -886,15 +886,6 @@ header = "options/quantifiers_options.h"
help = "attempt to preprocess arbitrary inputs to sygus conjectures"
[[option]]
- name = "sygusAbduct"
- category = "regular"
- long = "sygus-abduct"
- type = "bool"
- default = "false"
- read_only = false
- help = "compute abductions using sygus"
-
-[[option]]
name = "ceGuidedInst"
category = "regular"
long = "cegqi"
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index 72dfdd7f8..ef4e19654 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -614,3 +614,12 @@ header = "options/smt_options.h"
default = "false"
read_only = true
help = "attempt to solve a pure real satisfiable problem as an integer problem (for non-linear)"
+
+[[option]]
+ name = "produceAbducts"
+ category = "undocumented"
+ long = "produce-abducts"
+ type = "bool"
+ default = "false"
+ read_only = true
+ help = "support the get-abduct command"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback