summaryrefslogtreecommitdiff
path: root/src/api/cvc4cpp.h
AgeCommit message (Expand)Author
2021-04-05New C++ Api: Rename and move headers. (#6292)Aina Niemetz
2021-04-02Cleaning up friend relationships for commands (#6254)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-22Move statistics from the driver into the SmtEngine (#6170)Gereon Kremer
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-16cmake: Generate cvc4_export.h and set visibility to hidden. (#6139)Mathias Preiner
2021-03-15New C++ Api: Comprehensive guards for member functions of Datatype classes. (...Aina Niemetz
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-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-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-01-28Remove regex header from cvc4cpp.cpp (#5826)mudathirmahgoub
2021-01-26Reestablishing support for define-sort (#5810)Haniel Barbosa
2020-12-15Add getters to retrieve constants from api::Term (#5677)Gereon Kremer
2020-11-20Updates to API in preparation for using symbol manager for model (#5481)Andrew Reynolds
2020-11-10Add proper support for the declare-heap command for separation logic (#5405)Andrew Reynolds
2020-11-09Simplify handling of subtypes in smt2 printer (#5401)Andrew Reynolds
2020-11-05Remove mkSingleton from the API (#5366)mudathirmahgoub
2020-10-29Update api::Sort to use TypeNode instead of Type (#5363)Andrew Reynolds
2020-10-29Add mkInteger to the API (#5274)mudathirmahgoub
2020-10-27Add missing methods involving datatype sorts to the API (#5290)Andrew Reynolds
2020-10-20Remove some Commands from the API. (#5268)Abdalrhman Mohamed
2020-10-10Provide API version of some SMT Commands. (#5222)Abdalrhman Mohamed
2020-10-07New C++ API: Rename Term::isConst() to Term::isValue(). (#5211)Aina Niemetz
2020-10-04Remove subtyping for sets theory (#5179)mudathirmahgoub
2020-09-22New C++ API: Catch and throw recoverable exception. (#5122)Aina Niemetz
2020-09-22Refactor Commands to use the Public API. (#5105)Abdalrhman Mohamed
2020-09-22Add skeleton for theory of bags (multisets) (#5100)mudathirmahgoub
2020-09-22Update copyright header script to support CMake and Python files (#5067)Mathias Preiner
2020-09-02[Python API] Add missing methods to Datatype/Term (#4998)Andres Noetzli
2020-09-01[API] Fix Python Examples (#4943)Andres Noetzli
2020-08-25Replace Expr-level datatype with Node-level DType (#4875)Andrew Reynolds
2020-08-18Refactor functions that print commands (Part 2) (#4905)Abdalrhman Mohamed
2020-08-11New C++ API: Remove redundant API functions for mkReal. (#4870)Aina Niemetz
2020-08-04Modify the smt2 parser to use the Sygus grammar. (#4829)Abdalrhman Mohamed
2020-08-04Add API interface for specialized constructor term (#4817)Andrew Reynolds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback