summaryrefslogtreecommitdiff
path: root/src/parser/smt2/smt2.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-06-11 16:05:55 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-06-11 16:05:55 +0200
commit711c63d026ce7d98724fe945eaf30077f0dad28d (patch)
tree385efd6d138f51cef5340952f85bc1279ddd379f /src/parser/smt2/smt2.h
parentf1f79835adeac5c22fb744c38a83fef01d0002ad (diff)
Handle duplicate operators in sygus grammars. Parse sygus quoted literals. Add regression.
Diffstat (limited to 'src/parser/smt2/smt2.h')
-rw-r--r--src/parser/smt2/smt2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser/smt2/smt2.h b/src/parser/smt2/smt2.h
index cfd062457..275c8a83a 100644
--- a/src/parser/smt2/smt2.h
+++ b/src/parser/smt2/smt2.h
@@ -230,7 +230,8 @@ public:
void mkSygusDatatype( CVC4::Datatype& dt, std::vector<CVC4::Expr>& ops,
std::vector<std::string>& cnames, std::vector< std::vector< CVC4::Type > >& cargs,
- std::vector<std::string>& unresolved_gterm_sym );
+ std::vector<std::string>& unresolved_gterm_sym,
+ std::map< CVC4::Type, CVC4::Type >& sygus_to_builtin );
// i is index in datatypes/ops
// j is index is datatype
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback