summaryrefslogtreecommitdiff
path: root/src/api/cvc4cpp.cpp
AgeCommit message (Expand)Author
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
2020-11-20RoundingMode: Rename enum values to conform to code style guidelines. (#5494)Aina Niemetz
2020-11-20Updates to API in preparation for using symbol manager for model (#5481)Andrew Reynolds
2020-11-18Use symbol manager for get assignment (#5451)Andrew Reynolds
2020-11-17FloatingPoint: Clean up and document header, format. (#5453)Aina Niemetz
2020-11-12Make regular expression difference left associative (#5430)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-11-03Add scope methods constructing types in API (#5393)Andrew Reynolds
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-28Remove more uses of Expr (#5357)Andrew Reynolds
2020-10-28Convert symbol table from Expr-level to Term-level (#5355)Andrew Reynolds
2020-10-27Refactor DeclareSygusVarCommand and SynthFunCommand to use the API. (#5334)Abdalrhman Mohamed
2020-10-27Add missing methods involving datatype sorts to the API (#5290)Andrew Reynolds
2020-10-26Add DUPICATE_REMOVAL operator to bags (#5336)mudathirmahgoub
2020-10-20Remove some Commands from the API. (#5268)Abdalrhman Mohamed
2020-10-16Refactor SMT-level model object (#5277)Andrew Reynolds
2020-10-12Eliminate uses of Expr in SmtEngine interface (#5240)Andrew Reynolds
2020-10-10Provide API version of some SMT Commands. (#5222)Abdalrhman Mohamed
2020-10-08Get correct NodeManagerScope for toStrings in API (#5216)makaimann
2020-10-07New C++ API: Rename Term::isConst() to Term::isValue(). (#5211)Aina Niemetz
2020-10-06Add operators bag.from_set, bag.to_set to the theory of bags (#5186)mudathirmahgoub
2020-10-05Recover from some exceptions. (#5203)Abdalrhman Mohamed
2020-10-04Remove subtyping for sets theory (#5179)mudathirmahgoub
2020-09-25Restrict bvxnor to only allow two operands (was n-ary). (#5138)Aina Niemetz
2020-09-22New C++ API: Catch and throw recoverable exception. (#5122)Aina Niemetz
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback