Support get-abduct-next (#7850)
[cvc5.git] / src / api / cpp / cvc5.h
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 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 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-09 Aina Niemetzapi: Add note to Sort::getTesterCodomainSort(). (#7776)
2021-12-08 Aina Niemetzapi: Improve documentation for getDatatypeParamSorts...
2021-12-03 Andrew ReynoldsProper error for using constructor in multiple datatype...
2021-11-19 Andres Noetzli[API] Avoid copying values (#7666)
2021-11-12 Andres NoetzliRemove `ConstantMap<Rational>` (#7635)
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-10 Mathias Preinerjava: Fix building cvc5.jar for cmake 3.16. (#7623)
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 Abdalrhman MohamedPrint `unsupported` for unrecognized flags. (#7384)
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-27 yoni206Python api documentation for sorts (#7440)
2021-10-25 Andrew ReynoldsJava and python unit tests for mkCardinalityConstraint...
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 Aina Niemetzapi: Rename get(BV|FP)*Size functions for consistency...
2021-10-15 yoni206Python api documentation: Op, Grammar, Result, Enums...
2021-10-12 Ouyanchengfix deprecation of std::iterator (#7332)
2021-10-07 Gereon KremerChange behaviour of Term::getRealValue() (#7316)
2021-10-04 Gereon KremerAdd sygus examples to documentation (#7303)
2021-10-01 Aina NiemetzRename SmtEngine to SolverEngine. (#7282)
2021-09-30 Gereon KremerIntegrate javadoc documentation (#7278)
2021-09-29 Andres Noetzli[API] Update comments w.r.t. SymFPU, fix typos (#7263)
2021-09-17 Andres NoetzliUse a single `NodeManager` per thread (#7204)
2021-09-14 Andrew ReynoldsAdd get-difficulty to the API (#7194)
2021-09-14 Andrew ReynoldsSupport sygus version 2.1 command assume (#7081)
2021-09-13 Gereon KremerAdd Solver::isOutputOn() (#7187)
2021-09-09 Gereon KremerAdd Solver::getOutput() (#7162)
2021-09-01 Andrew ReynoldsPrint response to get-model using the API (#7084)
2021-09-01 Gereon KremerNo longer use direct access to options in driver (...
2021-08-30 Gereon KremerAdd API function to obtain information about a single...
2021-08-30 yoni206python docs for Datatype-related classes (#7058)
2021-08-27 Gereon KremerAdd Driver options (#7078)
2021-08-27 Andrew ReynoldsAdd missing methods to Solver API for models (#7052)
2021-08-23 Aina Niemetzapi: Require size argument for mkBitVector. (#6998)
2021-08-20 Gereon KremerMake driver use options from the solver (#6930)
2021-08-20 Gereon KremerAdd CVC5ApiOptionException (#6992)
2021-08-05 Alex OzdemirNormalize val in BitVector(val_str, base) (#6955)
2021-08-04 Gereon KremerRefactor managed streams (#6934)
2021-08-04 Gereon KremerAdd API function to get list of option names (#6971)
2021-08-04 Haniel Barbosa[proof] Add getProof to API and use it in GetProofComma...
2021-07-31 Gereon KremerPerform statistics printing via the API (#6952)
2021-07-22 mudathirmahgoubAdd std::vector<Term> Op:: getIndices() and operator...
2021-07-14 Gereon KremerClean up option usage in command executor (#6844)
2021-06-16 Aina NiemetzMake symfpu a required dependency. (#6749)
2021-06-09 Andres NoetzliUpdate CVC4 URLs/macros (#6666)
2021-05-21 Andrew ReynoldsUpdate to sygus standard output for check-synth respons...
2021-05-20 Gereon KremerMinor improvements to the API (#6585)
2021-05-20 Gereon KremerAdd more getters for api::Term (#6496)
2021-05-08 Andrew ReynoldsAdd support for datatype update (#6449)
2021-04-27 Gereon KremerUse std::hash for API types (#6432)
2021-04-22 Gereon KremerAdd API documentation for statistics (#6364)
2021-04-21 Mathias PreinerGoodbye CVC4, hello cvc5! (#6371)
2021-04-21 mudathirmahgoubAdd getNumIndices to Op (#6386)
2021-04-20 Andrew ReynoldsAdd instantiation pool feature to the API (#6358)
2021-04-15 Aina NiemetzRename occurrences of CVC4 to CVC5. (#6351)
2021-04-14 Gereon KremerImprove documentation for FP rounding mode, add bibliog...
2021-04-14 Gereon KremerImprove documentation for API exceptions (#6340)
2021-04-14 Gereon KremerRefactor / reimplement statistics (#6162)
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-10 Aina NiemetzRename CVC4_ macros to CVC5_. (#6327)
2021-04-09 Aina NiemetzNew C++ Api: Initial layout of Api documentation. ...
2021-04-07 Aina NiemetzNew C++ Api: Initial setup of Api documentation. (...
2021-04-06 Aina NiemetzNew C++ Api: Rename and move headers. (#6292)