summaryrefslogtreecommitdiff
path: root/src/api/cvc4cpp.cpp
AgeCommit message (Expand)Author
2021-04-05New C++ Api: Rename and move headers. (#6292)Aina Niemetz
2021-04-02Minor refactoring (#6273)Gereon Kremer
2021-04-01Fix type rule for to_real (#6257)Andrew Reynolds
2021-04-01Rename namespace CVC5 to cvc5. (#6258)Aina Niemetz
2021-04-01Make ResetCommand go through APISolver (#6172)Gereon Kremer
2021-03-31Rename namespace CVC4 to CVC5. (#6249)Aina Niemetz
2021-03-30Give a better error when sygus grammar rules contain free variables. (#6199)Abdalrhman Mohamed
2021-03-25FP: Refactor FloatingPointLiteral in preparation for MPFR. (#6206)Aina Niemetz
2021-03-22Move statistics from the driver into the SmtEngine (#6170)Gereon Kremer
2021-03-18Eliminate more uses of SExpr. (#6149)Abdalrhman Mohamed
2021-03-18New C++ Api: Comprehensive guards for member functions of class Solver. (#6153)Aina Niemetz
2021-03-17New C++ Api: Comprehensive guards for member functions of class Term. (#6150)Aina Niemetz
2021-03-16New C++ Api: Comprehensive guards for member functions of class Sort. (#6136)Aina Niemetz
2021-03-15New C++ Api: Comprehensive guards for member functions of class Grammar. (#6148)Aina Niemetz
2021-03-15New C++ Api: Comprehensive guards for member functions of class Op. (#6140)Aina Niemetz
2021-03-15New C++ Api: Comprehensive guards for member functions of Datatype classes. (...Aina Niemetz
2021-03-12New C++ Api: Move checks to separate file. (#6138)Aina Niemetz
2021-03-12New C++ API: Rename TRY CATCH macros. (#6135)Aina Niemetz
2021-03-11First refactoring of statistics classes (#6105)Gereon Kremer
2021-03-11Delete Expr layer. (#6117)Aina Niemetz
2021-03-10New C++ Api: Add missing argument checks in Solver functions. (#6094)Aina Niemetz
2021-03-10Move ExprManager::isNAryKind to NodeManager. (#6107)Aina Niemetz
2021-03-09New C++ Api: Use const ref for arguments when possible. (#6092)Aina Niemetz
2021-03-09New C++ Api: Migrate stats collection for consts, vars, terms. (#6090)Aina Niemetz
2021-03-09New C++ Api: Clean up usage of internal kind. (#6087)Aina Niemetz
2021-03-09New C++ API: Reorder and clean up cpp file. (#6086)Aina Niemetz
2021-03-09Update copyright headers to 2021. (#6081)Aina Niemetz
2021-03-08New C++ API: Migrate to Node layer. (#6070)Aina Niemetz
2021-03-05Remove partial UDIV/UREM operators. (#6069)Mathias Preiner
2021-03-04New C++ API: Clean up usage of interal datatype classes. (#6055)Aina Niemetz
2021-03-04New C++ Api: Clean up usage of internal types in Term. (#6054)Aina Niemetz
2021-03-04New C++ API: Clean up usage of internal Type/TypeNodes. (#6044)Aina Niemetz
2021-03-04New C++ API: Clean up usage of internal Result. (#6043)Aina Niemetz
2021-03-03New C++ API: Clean up usage of internal types in Op. (#6045)Aina Niemetz
2021-03-03Add tuple projection operator (#5904)mudathirmahgoub
2021-03-02Remove non-ASCII characters from source files. (#6039)Mathias Preiner
2021-03-02Clean up includes to reduce compile times (#6031)Gereon Kremer
2021-02-24Enable -Werror. (#5969)Mathias Preiner
2021-02-08Remove support for inst closure (#5874)Andrew Reynolds
2021-01-28Remove regex header from cvc4cpp.cpp (#5826)mudathirmahgoub
2021-01-26Reestablishing support for define-sort (#5810)Haniel Barbosa
2021-01-11Further simplifications in preparation for removing Expr layer (#5756)Andrew Reynolds
2021-01-08[proof-new] Implementing getProof in the API and SMT engine (#5751)Haniel Barbosa
2021-01-08Add bags inference generator (#5731)mudathirmahgoub
2020-12-18Simplify internal API for sygus (#5687)Andrew Reynolds
2020-12-15Add getters to retrieve constants from api::Term (#5677)Gereon Kremer
2020-12-02Fix RoundingMode mapping in API. (#5578)Aina Niemetz
2020-12-02Remove Record object and convert to Node-level API (#5575)Andrew Reynolds
2020-11-30Eliminate uses of SExpr from the parser. (#5496)Abdalrhman Mohamed
2020-11-25Fully decouple SmtEngine and the Expr layer (#5532)Andrew Reynolds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback