Simplify computation of relevant terms in datatypes (#6885)
[cvc5.git] / test /
2021-05-27 OuyanchengAdd support for Box optimization (#6599)
2021-05-27 Andrew ReynoldsEnable new justification heuristic by default (#6613)
2021-05-26 Andres Noetzli More precise includes of `Node` constants (#6617)
2021-05-26 Gereon KremerEnsure proper types in unit tests (#6598)
2021-05-25 Andres Noetzli[Unit tests] Fix path of Java bindings (#6616)
2021-05-24 Andrew ReynoldsFix non-fixed length case in re-elim (#6612)
2021-05-24 Andrew ReynoldsMove proof utilities to src/proof/ (#6611)
2021-05-24 Andrew ReynoldsFix re-elim length requirement for symbolic RE membersh...
2021-05-24 Andrew ReynoldsFix instance of no rewrite in extended rewriter (#6610)
2021-05-21 Andrew ReynoldsFix tests of unsat cores (#6593)
2021-05-21 Andrew ReynoldsUpdate to sygus standard output for check-synth respons...
2021-05-21 Andres NoetzliSupport braced-init-lists with `mkNode()` (#6580)
2021-05-21 Aina NiemetzBV: Rename BITVECTOR_PLUS to BITVECTOR_ADD. (#6589)
2021-05-20 Gereon KremerMinor improvements to the API (#6585)
2021-05-20 Aina NiemetzFix echo printing. (#6573)
2021-05-20 Gereon KremerAdd more getters for api::Term (#6496)
2021-05-19 Andrew ReynoldsPass empty vector when constructing re empty, fixes...
2021-05-19 Ying ShengAdding python API test part 4 (#6553)
2021-05-19 Haniel BarbosaAdding regressions that failed on old unsat cores ...
2021-05-19 Haniel BarbosaChange the default unsat cores (#6571)
2021-05-19 Ying ShengAdding python API test part 3 (#6552)
2021-05-19 Andrew ReynoldsFix positive contains indexof rewrites for empty string...
2021-05-19 Andres NoetzliImprove handling of `:named` attributes (#6549)
2021-05-18 Abdalrhman MohamedLoop over terms to reconstruct instead of obligations...
2021-05-18 Andres NoetzliFix `collectEmptyEqs()` in string utils (#6562)
2021-05-18 Ying ShengAdding python API test part 2 (#6551)
2021-05-18 mudathirmahgoubAdd Solver.java to the Java API (#6196)
2021-05-17 Andres NoetzliFix `SPLIT_EQ_STRIP_R`/`SPLIT_EQ_STRIP_L` rewrites...
2021-05-17 Ying ShengAdding python API test (#6546)
2021-05-17 yoni206Move and enhance python API grammar tests (#6538)
2021-05-17 Gereon KremerImprove integration of CAD with nl-Ext (#6542)
2021-05-14 Andres NoetzliDecouple parser creation from input selection (#6533)
2021-05-14 mudathirmahgoubAdd Result.java to the java API (#6385)
2021-05-13 Mathias PreinerAdd std::hash overloads for Node, TNode and TypeNode...
2021-05-13 yoni206Adding functions to the python API and testing them...
2021-05-12 Andrew ReynoldsEnsure sequences of Booleans generate Boolean term...
2021-05-10 Andrew ReynoldsUnify top-level substitutions and model substitutions...
2021-05-08 yoni206Adding functions to the python API and testing them...
2021-05-08 Andrew ReynoldsAdd support for datatype update (#6449)
2021-05-07 Aina NiemetzMove slow regressions and update guidelines. (#6508)
2021-05-07 Aina NiemetzFix and add missing REQUIRE labels for FP regression...
2021-05-07 makaimannFix for toPythonObj of integer value with real sort...
2021-05-06 Andrew ReynoldsDiscard duplicate terms in patterns (#6501)
2021-05-04 Aina NiemetzFP: Move removal of generic to_fp operations to rewrite...
2021-05-03 Aina NiemetzFP: Rewrite to_fp conversion from signed bit-vector...
2021-05-03 Aina NiemetzSymFPU: Automatically apply patch from 2020-11-14....
2021-05-03 yoni206Python API tests for terms -- Part 1 (#6468)
2021-04-30 OuyanchengRefactor optimization result and objective classes...
2021-04-30 Andrew ReynoldsUse substitutions for implementing defined functions...
2021-04-28 OuyanchengFix BV Optimization Boundary Condition when lower bound...
2021-04-27 Andrew ReynoldsAdd internal support for datatype update (#6450)
2021-04-27 Andrew ReynoldsMove slow regression to regress3 (#6451)
2021-04-27 Andrew ReynoldsFix refutational soundness bug in quantifier prenexing...
2021-04-25 Andrew ReynoldsMore check models (#6439)
2021-04-24 Andrew ReynoldsImprove getValue for non-evaluated operators (#6436)
2021-04-22 Andrew ReynoldsFix models for sygus-inference, bv2int, real2int (...
2021-04-22 Haniel BarbosaReconciling proofs and unsat cores (#6405)
2021-04-22 Andres NoetzliAllow in-place construction of `CDList` items (#6409)
2021-04-21 Mathias PreinerGoodbye CVC4, hello cvc5! (#6371)
2021-04-21 Andrew ReynoldsAdd unit test for abduction (#6400)
2021-04-21 mudathirmahgoubAdd getNumIndices to Op (#6386)
2021-04-20 Andrew ReynoldsAdd instantiation pool feature to the API (#6358)
2021-04-20 Aina NiemetzRemove support for CVC3 language. (#6369)
2021-04-20 yoni206python API sorts: adding functions and tests (#6361)
2021-04-19 Andrew ReynoldsFully incorporate quantifiers macros into ppAssert...
2021-04-19 Gereon KremerRemove linking against gmp and cln in tests and parser...
2021-04-15 Aina Niemetzpreprocessing context: Add wrapper for model substituti...
2021-04-15 Aina NiemetzRename occurrences of CVC4 to CVC5. (#6351)
2021-04-15 Andrew ReynoldsReenable regression for minimizing instantiations ...
2021-04-14 Gereon KremerRefactor / reimplement statistics (#6162)
2021-04-14 Abdalrhman MohamedMerge equivalent sub-obligations instead of discarding...
2021-04-14 Andrew ReynoldsWarn about infeasible SyGuS conjectures (#6345)
2021-04-13 Andrew ReynoldsRefactor quantifiers macros (#6348)
2021-04-13 Abdalrhman MohamedFix sexpr bug with AST output language. (#6329)
2021-04-12 Andrew ReynoldsFix computation of whether a type is finite (#6312)
2021-04-12 Gereon KremerRefactor resource manager (#6322)
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-10 Aina NiemetzRename CVC4_ macros to CVC5_. (#6327)
2021-04-09 Aina NiemetzRename CVC4__ header guards to CVC5__. (#6326)
2021-04-09 Andrew ReynoldsAdd regressions for issue 6214 (#6305)
2021-04-09 Andres NoetzliLearn equalities involving Boolean variables (#6323)
2021-04-09 Andrew ReynoldsAvoid spurious runs in run_regression.py (#6318)
2021-04-08 Andrew ReynoldsFix run_regression for cvc expected outputs (#6317)
2021-04-08 Andrew ReynoldsAdd identifiers for sources of incompleteness (#6311)
2021-04-08 Andrew ReynoldsAdd benchmark for issue 5101 (#6301)
2021-04-08 Andrew ReynoldsAdd benchmark for issue 4400 (#6288)
2021-04-08 Andrew ReynoldsInitial support for parametric datatypes in sygus ...
2021-04-07 Andrew ReynoldsAdd benchmark for 6270 (#6283)
2021-04-07 Haniel Barbosa[proof-new] Fixing SMT post-processor's handling of...
2021-04-07 Andrew ReynoldsAdd benchmark for issue 4420 (#6286)
2021-04-07 Andrew ReynoldsFixes for abducts (#6279)
2021-04-07 Andrew ReynoldsReplace calls to NodeManager::mkSkolem with SkolemManag...
2021-04-06 Mathias Preinercmake: Add helper to check if a given Python module...
2021-04-06 Andrew ReynoldsAdd benchmark for issue 5942 (#6296)
2021-04-06 Andres NoetzliRemove template argument from `NodeBuilder` (#6290)
2021-04-06 Andrew ReynoldsFix tptp parser for negative rational (#6297)
2021-04-06 Andrew ReynoldsFix issue with lemma during equality engine iterator...
2021-04-06 Andrew ReynoldsRemove stdPrintAscii option (#6280)
2021-04-06 Aina NiemetzNew C++ Api: Rename and move headers. (#6292)
2021-04-05 Andrew ReynoldsFix spurious antecedant for symbolic regular expression...
next