summaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Expand)Author
2020-06-18Add logic check for define-fun(s)-rec (#4577)Andres Noetzli
2020-06-16Update copyright headers.Aina Niemetz
2020-06-10Add support for str.replace_re/str.replace_re_all (#4594)Andres Noetzli
2020-06-10Fix getKind for Python bindings (#4496)makaimann
2020-06-08Fix Coverity issues (#4587)Andres Noetzli
2020-06-06Keep definitions when global-declarations enabled (#4572)Andres Noetzli
2020-06-05Datatypes with nested recursion are not handled in TheoryDatatypes unless opt...Andrew Reynolds
2020-06-04Add a method for retrieving base of a constant array through API (#4494)makaimann
2020-06-04Wrap Result in Python API (#4473)makaimann
2020-06-04New C++ Api: Second and last batch of API guards. (#4563)Aina Niemetz
2020-06-03New C++ Api: First batch of API guards. (#4557)Aina Niemetz
2020-06-02Add Term::substitute to Python bindings (#4499)makaimann
2020-06-02Add hash Op, Sort and Term in Python bindings (#4498)makaimann
2020-06-02New C++ API: Keep reference to solver object in non-solver objects. (#4549)Aina Niemetz
2020-05-26Fix mismatched iterators (CID 1493892). (#4531)Mathias Preiner
2020-05-21Update string kind names in new API (#4509)Andrew Reynolds
2020-05-21Make Grammar reusable. (#4506)Abdalrhman Mohamed
2020-05-19Renamed operator CHOICE to WITNESS (#4207)mudathirmahgoub
2020-04-28Support the SMT-LIB Unicode string standard by default (#4378)Andrew Reynolds
2020-04-20Introduce a public interface for Sygus commands. (#4204)Abdalrhman Mohamed
2020-04-08Added CHOOSE operator for sets (#4211)mudathirmahgoub
2020-04-06New C++ API: Rename Solver::mkTermInternal. (#4217)Aina Niemetz
2020-04-03New C++ API: Remove Op::getSort(). (#4208)Aina Niemetz
2020-03-31Support char smt-lib syntax (#4188)Andrew Reynolds
2020-03-31Rename checkValid/query to checkEntailed. (#4191)Aina Niemetz
2020-03-30Support indexed operators re.loop and re.^ (#4167)Andrew Reynolds
2020-03-12New C++ API: Remove support for (reset). (#4037)Aina Niemetz
2020-03-11Simplifications to the Datatypes API (#4040)Andrew Reynolds
2020-03-11Add automatic Cython binding installation (#3933)makaimann
2020-03-11Add missing datatype functions to new API (#3930)Andrew Reynolds
2020-03-06Remove tester name from APIs (#3929)Andrew Reynolds
2020-03-05Migrate a majority of the functionality in parsers to the new API (#3838)Andrew Reynolds
2020-02-28Add support for str.from_code (#3829)Andres Noetzli
2020-02-27Fix -Wshadow warnings in common headers (#3826)Andres Noetzli
2020-02-26Add support for is_digit and regular expression difference (#3828)Andrew Reynolds
2020-02-26Initial work towards -Wshadow (#3817)Andrew Reynolds
2020-02-26Basic support for regular expression complement (#3437)Andrew Reynolds
2020-02-25Embed mkAssociative utilities within the API. (#3801)Andrew Reynolds
2020-02-24Add missing functions to new C++ API (#3769)Andrew Reynolds
2020-02-21New C++ API: Remove TOTAL kinds. (#3794)Aina Niemetz
2020-02-20Remove front-end support for Chain (#3767)Andrew Reynolds
2020-02-19Add Python bindings using Cython -- see below for more details (#2879)makaimann
2020-02-18Change datatype selector/constructor/tester to terms (#3773)makaimann
2020-02-18Add missing kinds for the new API (#3757)Andrew Reynolds
2020-02-16Add temporary global API conversion utilities. (#3759)Andrew Reynolds
2020-02-14Remove quantifiers rewrite rules infrastructure (#3754)Andrew Reynolds
2020-01-15New C++ API: Add nullary constructor for Result. (#3603)Aina Niemetz
2019-12-06Add ExprManager as argument to Datatype (#3535)Andrew Reynolds
2019-12-04Add mkOp for a single Kind (#3522)makaimann
2019-12-03Add isNullHelper to avoid calling API function isNull with CVC4_API_CHECK_NOT...makaimann
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback