Adding some missing python API methods and tests (#8441)
[cvc5.git] / test / unit /
2021-12-21 yoni206Rewrite (pow2 x) to (pow 2 x) when x is a constant...
2021-12-21 Gereon KremerDisable unit tests without poly (#7844)
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 Gereon KremerFix tracker in SubstitutionMap (#7829)
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 Andrew ReynoldsEnsure match terms are exhaustive in its type rule...
2021-12-14 Andrew ReynoldsEliminate static calls to rewrite in strings (#7803)
2021-12-14 Andrew ReynoldsThrow exception for getting value of non-well-founded...
2021-12-13 Andrew ReynoldsFixes and additions for API for parametric datatypes...
2021-12-13 yoni206Integrate new int-blaster (#7781)
2021-12-10 Aina NiemetzReorganize declareDatatype unit tests. (#7767)
2021-12-10 Andrew ReynoldsRefactor and fixes related to getSpecializedConstructor...
2021-12-09 Mathias Preinertest: Remove CDList memory limit test. (#7777)
2021-12-08 Andrew ReynoldsFix type rule for datatype updater for parametric sorts...
2021-12-08 Gereon KremerTurn kinds in python API into a proper Enum (#7686)
2021-12-08 Aina Niemetzapi: Fix Sort::getDatatypeArity() for non-parametric...
2021-12-08 Gereon KremerImprove options tests (#7761)
2021-12-07 makaimannAdd bitwise option to IntBlaster (#7721)
2021-12-03 Andrew ReynoldsCheck constructor is used in APPLY_CONSTRUCTOR (#7737)
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 Gereon KremerRemove void as possible option type (#7731)
2021-12-02 mudathirmahgoubadd bag.fold operator (#7718)
2021-12-02 Gereon KremerAdd unit tests for api::Solver::setOption() (#7708)
2021-11-30 yoni206Translating more cpp API unit tests to python (#7669)
2021-11-25 Aina Niemetzapi: Refactor mkTerm for kinds with arity = 0. (#7699)
2021-11-24 Andres NoetzliAlways enable API black box unit tests (#7696)
2021-11-24 Andres NoetzliRemove dependency of `TypeNode` on `Node` (#7690)
2021-11-24 Aina Niemetzapi: Fix creation of nary term kinds via Op. (#7688)
2021-11-22 Gereon KremerRefactor IO stream manipulators (#7555)
2021-11-20 yoni206bv2int module: translation of more cases (#7653)
2021-11-19 Mathias PreinerAllow negative denominator for CLN Rationals constructe...
2021-11-18 Aina Niemetzapi: Fix kind documentation for BAG_MAKE. (#7663)
2021-11-17 Gereon Kremermake default and modes strings instead of enum values...
2021-11-16 yoni206Translating API tests to Python — part 1 (#7597)
2021-11-15 Aina Niemetzapi: Rename BOUND_VAR_LIST to VARIABLE_LIST. (#7632)
2021-11-13 mudathirmahgoubFix type error for rewriting bag.map bag.union_disjoint...
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-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 Aina NiemetzReorganize test/unit/api directory. (#7612)
2021-11-09 Aina NiemetzClean up ctest configuration and CI test configuration...
2021-11-09 Aina Niemetzregex: Rename REGEXP_EMPTY and REGEXP_SIGMA to match...
2021-11-09 Gereon KremerRemove `CVC5Message` (#7610)
2021-11-08 mudathirmahgoubexpand bag.choose operator (#7481)
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 Gereon KremerRemove `Notice()` in favor of new `verbose()` (#7588)
2021-11-05 Gereon KremerRemove `Chat()` in favor of new `verbose()` (#7586)
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 Aina NiemetzAdd unit test to cover previous failure with second...
2021-11-03 mudathirmahgoubEnable CI for Junit tests (#7436)
2021-11-03 Andrew ReynoldsRefactor skolem construction (#7561)
2021-11-01 Mathias Preinerbv: Remove layered solver. (#7455)
2021-11-01 Gereon KremerRefactor DidYouMean (#7535)
2021-10-31 mudathirmahgoubFix soundess issue for bags with negative multiplicity...
2021-10-29 Andrew ReynoldsAdd PfRule ARITH_POLY_NORM (#7501)
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-27 Andrew ReynoldsAvoid non-terminating check with assumptions in strings...
2021-10-25 Andrew ReynoldsJava and python unit tests for mkCardinalityConstraint...
2021-10-22 mudathirmahgoubRefactor java package name from cvc5 to io.github.cvc5...
2021-10-22 yoni206Making `IntBlaster` inherit from `EnvObj` (#7431)
2021-10-22 mudathirmahgoubAdd missing methods to Solver.java (#7299)
2021-10-21 Andrew ReynoldsMake cardinality constraint a nullary operator (#7333)
2021-10-20 Aina Niemetzapi: Add Solver::mkSepEmp(). (#7432)
2021-10-20 yoni206Add `isNull` and `isUpdater` to `Sort` class of python...
2021-10-20 Andrew ReynoldsCheck for higher-order variables in TheoryUF::ppRewrite...
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-20 Andrew ReynoldsUse codatatype bound variables for codatatype values...
2021-10-11 Aina NiemetzRename SmtScope to SolverEngineScope. (#7284)
2021-10-07 Andrew ReynoldsMove preprocessor to smt solver (#7321)
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 Andrew ReynoldsEliminating static calls to rewriter from strings ...
2021-10-01 mudathirmahgoubUpdate java examples using the new Java API (#7225)
2021-10-01 Aina NiemetzRename SmtEngine to SolverEngine. (#7282)
2021-09-30 Aina NiemetzRename files smt_engine.(cpp|h) to solver_engine.(cpp...
2021-09-30 Gereon KremerRefactor our static builds (#7251)
2021-09-30 mudathirmahgoubFinish the Java Api (#6396)
2021-09-29 Andrew ReynoldsUpdate the syntax for tuples in smt2 (#7265)
2021-09-29 mudathirmahgoubAdd Sort.java to the java API (#6382)
2021-09-24 Andrew ReynoldsEliminate calls to Rewriter::rewrite from strings entai...
2021-09-22 Mathias PreinerRemove CVC language support (#7219)
2021-09-22 Andrew ReynoldsTowards standard usage of evaluator (#7189)
2021-09-22 OuyanchengFix solver_black unit test (#7233)
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-14 Andrew ReynoldsReimplement `--dump=raw-benchmark` as `-o raw-benchmark...
next