summaryrefslogtreecommitdiff
path: root/src/parser/smt2/smt2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt2/smt2.h')
-rw-r--r--src/parser/smt2/smt2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser/smt2/smt2.h b/src/parser/smt2/smt2.h
index 0400c680f..35d088601 100644
--- a/src/parser/smt2/smt2.h
+++ b/src/parser/smt2/smt2.h
@@ -277,6 +277,8 @@ class Smt2 : public Parser
bool sygus() const;
/** Are we using the sygus version 1.0 format? */
bool sygus_v1() const;
+ /** Are we using the sygus version 2.0 format? */
+ bool sygus_v2() const;
/**
* Returns true if the language that we are parsing (SMT-LIB version >=2.5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback