api: Rename get(Selector|Constructor)Term() to getTerm(). (#8537)
[cvc5.git] / src / api / python / cvc5.pxi
2022-04-02 Aina Niemetzapi: Rename get(Selector|Constructor)Term() to getTerm...
2022-04-02 Aina Niemetzapi: Remove DatatypeConstructor::getSelectorTerm()...
2022-04-02 Andrew ReynoldsAdd a few miscellaneous pieces of documentation (#8533)
2022-04-01 Gereon KremerSimplify the python base API in a few places (#8514)
2022-04-01 Andrew ReynoldsSimplifications to the datatypes API (#8511)
2022-04-01 Aina Niemetzapi: Remove Datatype::getConstructorTerm(). (#8529)
2022-04-01 Gereon KremerDocument special member functions in python API (#8513)
2022-04-01 Gereon KremerRemove decorator from python API (#8505)
2022-04-01 Andres Noetzli[API] Add mode argument for `Solver::blockModel()`...
2022-04-01 Aina NiemetzPython api: Various fixes in docs. (#8480)
2022-04-01 Andres Noetzli[API] Remove redundant version of `mkFunctionSort`...
2022-04-01 Mathias Preinerapi: Swap arguments of declareSygusVar. (#8499)
2022-04-01 Mathias Preinerapi: Use std::optional for symbols in mk* functions...
2022-03-31 Aina NiemetzSort, TypeNode: Rename functions related to datatypes...
2022-03-31 Aina Niemetzapi: Remove warning for Sort::instantiate(). (#8475)
2022-03-30 Aina Niemetzapi: Add Sort::getUninterpretedSortConstructor(). ...
2022-03-30 Andres Noetzli[API] Move `UnknownExplanation` to `cvc5_types.h` ...
2022-03-30 yoni206Add information for cardinality constraint to the Pytho...
2022-03-30 yoni206Adding some missing python API methods and tests (...
2022-03-29 Mathias PreinerIntroduce internal namespace and remove api namespace...
2022-03-29 Aina Niemetzapi: Add Sort::getInstantiatedParameters(). (#8445)
2022-03-29 Andres Noetzli[API] Add `{is,get}RoundingModeValue()` (#8429)
2022-03-29 Aina Niemetzapi: Add Sort::isInstantiated(). (#8425)
2022-03-29 Andres NoetzliMove `RoundingMode` to `cvc5_types.h` (#8427)
2022-03-28 Andrew ReynoldsMark more methods as experimental (#8426)
2022-03-28 Mathias PreinerRename get-interpol to get-interpolant. (#8424)
2022-03-28 Andres Noetzli[API] Mark methods as experimental (#8249)
2022-03-26 Aina Niemetzapi: Rename *SortConstructor* to *UninterpretedSortCons...
2022-03-25 Mathias Preinerapi: Unify mkOp variants. (#8369)
2022-03-25 Aina Niemetzapi: Remove Sort::isParametricDatatype(). (#8405)
2022-03-25 Andrew ReynoldsUpdate checkSynth and checkSynthNext to return SynthRes...
2022-03-25 Andrew ReynoldsProperly guard commands in the SyGuS API (#8390)
2022-03-23 Andrew ReynoldsAdd SynthResult to the API (#8370)
2022-03-23 Gereon KremerAdd `getOptionInfo()` and `getOptionNames()` to python...
2022-03-22 Andrew ReynoldsRefactor result class (#8313)
2022-03-22 Andres Noetzli[API] Support `Op::operator[]` in Java and Python ...
2022-03-21 Andres NoetzliRemove `Op::getIndices()` (#8355)
2022-03-20 Gereon KremerAdd `getStatistics()` to python API (#8343)
2022-03-15 Aina Niemetzapi: Remove Sort::isFirstClass(). (#8312)
2022-03-14 Andrew ReynoldsRemove unecessary methods from the API (#8260)
2022-03-11 Andres Noetzli[API/Python] Add support for `Solver::getModel()` ...
2022-03-11 Andrew ReynoldsUpdate abduction and interpolation API to not use pass...
2022-03-09 Andrew ReynoldsChange interface for printing instantiations in the...
2022-03-08 Andres Noetzli[API/Python] Add support for `Solver::getProof()` ...
2022-03-07 Andres NoetzliUpdate documentation of `Solver::getUnsatCore()` (...
2022-03-07 Gereon KremerFix docs warnings (#8019)
2022-03-04 Andrew ReynoldsAdd support for get learned literals in the API (#8099)
2022-02-25 Andres Noetzli[Python API] Add support for blocking models (#8134)
2022-02-02 Alex OzdemirChange name of Python API's package from pycvc5 to...
2022-02-02 Aina Niemetzapi: Rename mk<Value> functions for FP for consistency...
2022-01-27 Andrew ReynoldsDocument substitute in API (#7904)
2022-01-13 Andres NoetzliUnify abstract values and uninterpreted constants ...
2022-01-10 Aina Niemetzapi: Remove Sort::isComparableTo(). (#7903)
2022-01-05 Aina Niemetzcppapi: Remove Datatype::hasNestedRecursion(). (#7878)
2022-01-05 Alex OzdemirDon't use python's collections.Set (#7875)
2022-01-04 yoni206Adding interpolation and abduction to the python API...
2021-12-20 Andrew ReynoldsAllow SyGuS subsolver to be reused in incremental mode...
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-13 Andrew ReynoldsFixes and additions for API for parametric datatypes...
2021-12-10 Aina Niemetzapi: Use 'note' constructs for API documentation. ...
2021-12-08 Gereon KremerTurn kinds in python API into a proper Enum (#7686)
2021-12-08 Aina Niemetzapi: Improve documentation for getDatatypeParamSorts...
2021-11-23 yoni206Python API documentation: terms (#7659)
2021-11-11 Abdalrhman MohamedAdd an API method to get the raw name of a term. (...
2021-11-10 Aina Niemetzapi: Add Solver::mkRegexpAll(). (#7614)
2021-11-09 Aina Niemetzregex: Rename REGEXP_EMPTY and REGEXP_SIGMA to match...
2021-11-03 Aina Niemetzapi: Rename some separation logic functions for consist...
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 yoni206Python api documentation for sorts (#7440)
2021-10-25 Andrew ReynoldsJava and python unit tests for mkCardinalityConstraint...
2021-10-20 Aina Niemetzapi: Add Solver::mkSepEmp(). (#7432)
2021-10-20 yoni206Add `isNull` and `isUpdater` to `Sort` class of python...
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-04 Gereon KremerVarious improvements to documentation (#7283)
2021-10-01 Gereon KremerFix some python docstrings which lead to sphinx warning...
2021-09-20 Alex OzdemirStart python API Solver documentation (#7064)
2021-08-30 yoni206python docs for Datatype-related classes (#7058)
2021-08-27 Andrew ReynoldsAdd missing methods to Solver API for models (#7052)
2021-08-27 yoni206Add `isNull` to cpp api tests, python api, and python...
2021-08-23 yoni206Adding parameters to Datatype python API documentation...
2021-08-23 Aina Niemetzapi: Require size argument for mkBitVector. (#6998)
2021-08-20 Gereon KremerMake driver use options from the solver (#6930)
2021-06-22 yoni206python api unit tests for Op (#6785)
2021-06-22 yoni206Python api unit tests for Result (#6763)
2021-06-19 Ying ShengAdding python API test part 5 (#6743)
2021-06-16 Aina NiemetzMake symfpu a required dependency. (#6749)
2021-06-08 Alex OzdemirChange output of getRealValue to a fraction. (#6692)
2021-06-03 yoni206Adding unit tests for the datatypes python API (#6658)
2021-06-02 yoni206Adding getters to the python API and testing them ...
2021-06-01 yoni206Some additions to the datatypes python API (#6640)
2021-06-01 yoni206FP value support in python API (#6644)
2021-05-31 yoni206Update `toPythonObj` to use new getters -- part 1 ...
2021-05-28 yoni206Python API: bugfix + translating tests from cpp unit...
2021-05-20 yoni206Avoid using printSynthSolution in the python API and...
next