summaryrefslogtreecommitdiff
path: root/src/theory/logic_info.h
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/theory/logic_info.h
parent3aba99657b39ccc0ab400c7ed9778673a3acddd7 (diff)
Support get-abduct smt2 command (#3122)
Diffstat (limited to 'src/theory/logic_info.h')
-rw-r--r--src/theory/logic_info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/logic_info.h b/src/theory/logic_info.h
index a765472dd..969810a6f 100644
--- a/src/theory/logic_info.h
+++ b/src/theory/logic_info.h
@@ -201,6 +201,12 @@ public:
disableTheory(theory::THEORY_QUANTIFIERS);
}
+ /**
+ * Enable everything that is needed for sygus with respect to this logic info.
+ * This means enabling quantifiers, datatypes, UF, integers, and higher order.
+ */
+ void enableSygus();
+
// these are for arithmetic
/** Enable the use of integers in this logic. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback