More fixes and improvements for query generator (#7988)
[cvc5.git] / src / api /
2022-01-18 Andres Noetzli[API] Add missing arity check (#7905)
2022-01-13 Andres NoetzliUnify abstract values and uninterpreted constants ...
2022-01-11 Aina Niemetzapi: Fix formatting of docs for Term::getSetValue(...
2022-01-10 Andrew ReynoldsCheck arity in Sort::instantiate (#7897)
2022-01-10 Aina Niemetzapi: Remove Sort::isComparableTo(). (#7903)
2022-01-10 Matthew SotoudehAvoid gcc/10.1.0 bug by moving some configuration into...
2022-01-06 Andrew ReynoldsMake alpha equivalence user context dependent (#7889)
2022-01-05 Aina Niemetzcppapi: Remove Datatype::hasNestedRecursion(). (#7878)
2022-01-05 Aina Niemetzapi: Add missing guard for Datatype::isFinite(). (...
2022-01-05 Alex OzdemirDon't use python's collections.Set (#7875)
2022-01-05 yoni206Properly set __file__ in python bindings (#7867)
2022-01-04 mudathirmahgoubAdd bag.member operator to theory of bags (#7857)
2022-01-04 yoni206Adding interpolation and abduction to the python API...
2022-01-04 Aina Niemetzapi: Remove redundant check in Term::toString(). (...
2022-01-03 Aina Niemetzapi: Remove redundant check in Sort::toString(). (...
2021-12-22 Andrew ReynoldsAdd support for incremental + interpolants (#7853)
2021-12-21 Andrew ReynoldsSupport get-abduct-next (#7850)
2021-12-20 Andrew ReynoldsAllow SyGuS subsolver to be reused in incremental mode...
2021-12-17 Aina Niemetzapi: java: Support default arity for Solver::mkUnresolv...
2021-12-17 Andrew ReynoldsMinor refactoring of API for eliminating arithmetic...
2021-12-17 Andrew ReynoldsGet getRealOrIntegerValueSign to the API (#7832)
2021-12-17 Aina Niemetzapi: Rename DatatypeSelector::getRangeSort() to getCodo...
2021-12-17 Aina Niemetzapi: Add Solver::mkUnresolvedSort(). (#7817)
2021-12-16 Aina Niemetzapi: Add Sort::hasSymbol() and Sort::getSymbol(). ...
2021-12-15 Aina Niemetzapi: Fix smt-lib code blocks and math in C++ docs....
2021-12-14 Andrew ReynoldsThrow exception for getting value of non-well-founded...
2021-12-14 Aina Niemetzapi: Add note to Solver::mkDatatypeSorts. (#7799)
2021-12-13 Andrew ReynoldsFixes and additions for API for parametric datatypes...
2021-12-10 Aina Niemetzapi: Use 'note' constructs for API documentation. ...
2021-12-10 Andrew ReynoldsRefactor and fixes related to getSpecializedConstructor...
2021-12-09 Aina Niemetzapi: Add note to Sort::getTesterCodomainSort(). (#7776)
2021-12-08 Gereon KremerTurn kinds in python API into a proper Enum (#7686)
2021-12-08 Aina Niemetzapi: Improve documentation for getDatatypeParamSorts...
2021-12-08 Aina Niemetzapi: Fix Sort::getDatatypeArity() for non-parametric...
2021-12-03 Aina Niemetzapi: Fix docs for TUPLE_PROJECT. (#7741)
2021-12-03 Andrew ReynoldsProper error for using constructor in multiple datatype...
2021-12-02 Gereon KremerAdd explicit 64bit getters for Integer class (#7728)
2021-12-02 mudathirmahgoubadd bag.fold operator (#7718)
2021-12-01 Mathias Preinerapi: Add missing bit-width 0 check to mkBVFromStrHelper...
2021-12-01 mudathirmahgoubEnable Java examples (#7702)
2021-11-25 Aina Niemetzapi: Refactor mkTerm for kinds with arity = 0. (#7699)
2021-11-24 Aina Niemetzapi: Fix creation of nary term kinds via Op. (#7688)
2021-11-23 yoni206Python API documentation: terms (#7659)
2021-11-19 Andres Noetzli[API] Avoid copying values (#7666)
2021-11-18 Aina Niemetzapi: Fix categorization of DT kinds in kind maps. ...
2021-11-18 Aina Niemetzapi: Fix kind documentation for BAG_MAKE. (#7663)
2021-11-17 Alex OzdemirUpdate Python packaging infrastructure (#7654)
2021-11-15 Aina Niemetzapi: Rename BOUND_VAR_LIST to VARIABLE_LIST. (#7632)
2021-11-13 mudathirmahgoubAdd operator set.map to theory of sets (#7641)
2021-11-12 mudathirmahgoubbags: Rename kinds with a more consistent naming scheme...
2021-11-12 Andres NoetzliRemove `ConstantMap<Rational>` (#7635)
2021-11-12 Gereon KremerVarious minor docs improvements (#7626)
2021-11-11 Abdalrhman MohamedAdd an API method to get the raw name of a term. (...
2021-11-11 Andrew ReynoldsGeneralize front-end checks to check for shadowed varia...
2021-11-11 Andrew ReynoldsAdd lazy approach for handling lambdas in the HO extens...
2021-11-10 Aina Niemetzapi: Add Solver::mkRegexpAll(). (#7614)
2021-11-10 Mathias Preinerjava: Fix building cvc5.jar for cmake 3.16. (#7623)
2021-11-10 Aina Niemetzsets: Rename set.intersection to set.inter. (#7622)
2021-11-09 Abdalrhman MohamedRemove redundant rules for generating Java and Python...
2021-11-09 Aina Niemetzregex: Rename REGEXP_EMPTY and REGEXP_SIGMA to match...
2021-11-08 Aina Niemetzsets: Rename kinds with a more consistent naming scheme...
2021-11-06 Gereon KremerIntegrate java unit tests into ctest (#7593)
2021-11-06 Abdalrhman MohamedPrint `unsupported` for unrecognized flags. (#7384)
2021-11-06 Gereon KremerRemove `Notice()` in favor of new `verbose()` (#7588)
2021-11-05 Gereon KremerFix some issues with the java api (#7583)
2021-11-04 Gereon KremerStart refactoring of `-o` and `-v` (#7449)
2021-11-04 Gereon KremerRefactor cmake to build either static or shared (#7534)
2021-11-03 Aina Niemetzapi: Rename some separation logic functions for consist...
2021-11-03 mudathirmahgoubEnable CI for Junit tests (#7436)
2021-11-01 Aina Niemetzapi: Fix documentation for kind IAND. (#7536)
2021-10-31 Mathias Preinerapi: Add guard against querying value from term with...
2021-10-28 Andrew V. JonesAdd support for checking if a `-Wno` flag exists before...
2021-10-28 Abdalrhman MohamedAdd a `define-fun` command for each `:named` term....
2021-10-28 Gereon KremerRemove separate cpp docs for UnknownExplanation (#7516)
2021-10-27 Andrew ReynoldsAdd missing API checks to getValue (#7475)
2021-10-27 yoni206Python api documentation for sorts (#7440)
2021-10-27 mudathirmahgoubFix mac compile errors in sort.cpp (#7507)
2021-10-25 Andrew ReynoldsJava and python unit tests for mkCardinalityConstraint...
2021-10-24 mudathirmahgoubDelete redundant file option_Info.cpp (#7477)
2021-10-22 mudathirmahgoubRefactor java package name from cvc5 to io.github.cvc5...
2021-10-22 mudathirmahgoubAdd missing methods to Solver.java (#7299)
2021-10-21 Andrew ReynoldsMake cardinality constraint a nullary operator (#7333)
2021-10-21 Gereon KremerWorking on windows builds (#7381)
2021-10-20 Aina Niemetzapi: Add Solver::mkSepEmp(). (#7432)
2021-10-20 Aina Niemetzapi: Improve documentation for special cases with nulla...
2021-10-20 yoni206Add `isNull` and `isUpdater` to `Sort` class of python...
2021-10-20 Andrew ReynoldsCheck whether abduct option is enabled (#7418)
2021-10-20 Aina Niemetzapi: Rename get(BV|FP)*Size functions for consistency...
2021-10-15 yoni206Python api documentation: Op, Grammar, Result, Enums...
2021-10-15 Alex OzdemirFix bad cast in the python API (#7359)
2021-10-12 Ouyanchengfix deprecation of std::iterator (#7332)
2021-10-07 Gereon KremerAdd new versioning scheme (#7253)
2021-10-07 mudathirmahgoubAdd missing functions in Term.java (#7297)
2021-10-07 Gereon KremerChange behaviour of Term::getRealValue() (#7316)
2021-10-04 Gereon KremerAdd sygus examples to documentation (#7303)
2021-10-04 Gereon KremerVarious improvements to documentation (#7283)
2021-10-01 mudathirmahgoubUpdate java examples using the new Java API (#7225)
2021-10-01 Gereon KremerFix some python docstrings which lead to sphinx warning...
2021-10-01 Aina NiemetzRename SmtEngine to SolverEngine. (#7282)
2021-09-30 Aina NiemetzRename files smt_engine.(cpp|h) to solver_engine.(cpp...
next