Remove CDDenseSet data structure (#7890)
[cvc5.git] / test /
2021-11-10 mudathirmahgoubFix soundness issue of missing premises for count bag...
2021-11-10 Andrew ReynoldsFix parsing array constants (#7617)
2021-11-10 Aina Niemetzsets: Rename set.intersection to set.inter. (#7622)
2021-11-10 Aina NiemetzReorganize test/unit/api directory. (#7612)
2021-11-09 Andrew ReynoldsOnly eliminate lambdas in higher-order elimination...
2021-11-09 Aina NiemetzClean up ctest configuration and CI test configuration...
2021-11-09 Haniel Barbosa[proofs] Generalize trivial cycle detection in LazyCDPr...
2021-11-09 Aina Niemetzregex: Rename REGEXP_EMPTY and REGEXP_SIGMA to match...
2021-11-09 Gereon KremerRemove `CVC5Message` (#7610)
2021-11-09 Gereon KremerRemove command-verbosity option (#7581)
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 Abdalrhman MohamedPrint `unsupported` for unrecognized flags. (#7384)
2021-11-06 Andrew ReynoldsDo not use extended rewrites on recursive function...
2021-11-06 Gereon KremerRemove `Notice()` in favor of new `verbose()` (#7588)
2021-11-06 Mathias PreinerDisable regress2 test. (#7591)
2021-11-05 Andrew ReynoldsFix exclusion criteria for codatatype model values...
2021-11-05 Haniel Barbosa[proofs] Fix open sat proof (#7509)
2021-11-05 Andrew ReynoldsEliminate a level of nesting of traversals in theory...
2021-11-05 Gereon KremerRemove `Chat()` in favor of new `verbose()` (#7586)
2021-11-05 Andres Noetzli[FP] Do not assert that model has shared term (#7585)
2021-11-05 Gereon KremerRemove quadratic solving in NlModel (#7542)
2021-11-04 Andrew ReynoldsAdd -o sygus-grammar to print auto-generated SyGuS...
2021-11-04 Andrew ReynoldsImprove defaults for sygus default grammars (#7553)
2021-11-04 Andrew ReynoldsReplace the old dump infrastructure (#7572)
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-04 Gereon KremerEnable CDCAC solver for selected quantified logics...
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-03 Andrew ReynoldsFormalize more string skolems (#7554)
2021-11-03 Andrew ReynoldsFix preregistration for floating point theory (#7558)
2021-11-02 Andrew ReynoldsImprove syntax for fmf cardinality constraints (#7556)
2021-11-02 Andrew ReynoldsMake quant elimination robust to presence of other...
2021-11-01 Andrew ReynoldsWeaken assertion in CEGQI (#7548)
2021-11-01 Mathias Preinerbv: Remove layered solver. (#7455)
2021-11-01 Andrew ReynoldsFix upwards closure for relations (#7515)
2021-11-01 Gereon KremerRefactor DidYouMean (#7535)
2021-10-31 mudathirmahgoubFix soundess issue for bags with negative multiplicity...
2021-10-31 mudathirmahgoubRemove assertSkeleton for bag elements during model...
2021-10-29 Gereon KremerFix proof of nl lemma for a corner case (#7530)
2021-10-29 Andrew ReynoldsFix model construction for higher order involving irrel...
2021-10-29 Andrew ReynoldsAdd PfRule ARITH_POLY_NORM (#7501)
2021-10-28 Gereon KremerFix proof for xor in circuit propagator (#7525)
2021-10-28 Haniel Barbosa[proofs] Fix assertion in EqProof conversion (#7522)
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 Abdalrhman MohamedFix `(set-info <sexpr>)` parsing and printing bugs...
2021-10-27 Andrew ReynoldsAdd missing API checks to getValue (#7475)
2021-10-27 Andres Noetzli[Regression Script] Fix use of undefined variables...
2021-10-27 Andres NoetzliRequire ITE branches to be first class types (#7508)
2021-10-27 Andrew ReynoldsFix care graph computation for higher-order (#7474)
2021-10-27 Andrew ReynoldsFix model unsoundness for relation join (#7511)
2021-10-27 Andrew ReynoldsAvoid non-terminating check with assumptions in strings...
2021-10-27 Andrew ReynoldsDeterministic variables for RE elim (#7489)
2021-10-27 Gereon KremerMake --version exit (#7506)
2021-10-26 Haniel Barbosa[proofs] Fix singleton check in MACRO_RES post-processi...
2021-10-26 Haniel Barbosa[proofs] Reset local var in SatProofManager since incre...
2021-10-26 Andrew ReynoldsDisable automatic symmetry in proofs of theory explanat...
2021-10-26 Haniel Barbosa[proofs] Fix and simplify CHAIN_RESOLUTION checker...
2021-10-26 Andrew ReynoldsAdd regressions for fixed issues (#7495)
2021-10-26 Andrew ReynoldsDisable sygus-inst when incremental (#7485)
2021-10-25 Andrew ReynoldsAdd new method for enumerating unsat queries with SyGuS...
2021-10-25 Andrew ReynoldsJava and python unit tests for mkCardinalityConstraint...
2021-10-25 Andrew ReynoldsFix more missing uses of CDProof::isSame (#7491)
2021-10-25 Andrew ReynoldsFix support for global declarations (#7480)
2021-10-25 mudathirmahgoubAdd inference for count map (#7264)
2021-10-25 Andrew ReynoldsReenable proofs on some regressions (#7483)
2021-10-25 Andres Noetzli[Regression Script] Support older Python versions ...
2021-10-24 Andrew ReynoldsAdd new eager conflict detection in strings for integer...
2021-10-22 Andrew ReynoldsAdd requires libpoly to regression (#7467)
2021-10-22 mudathirmahgoubRefactor java package name from cvc5 to io.github.cvc5...
2021-10-22 Haniel Barbosa[proof] Fixing CHAIN_RESOLUTION checker (#7465)
2021-10-22 Gereon KremerFix out-of-sync pruning in CDCAC proofs (#7470)
2021-10-22 Gereon KremerFix another double negation proof issue (#7468)
2021-10-22 Andrew ReynoldsAdd more abduction regressions (#7461)
2021-10-22 Gereon KremerMake CAD proofs user context dependent (#7466)
2021-10-22 yoni206Making `IntBlaster` inherit from `EnvObj` (#7431)
2021-10-22 Andrew ReynoldsDo not use global proxy variable attribute for strings...
2021-10-22 mudathirmahgoubAdd missing methods to Solver.java (#7299)
2021-10-21 Gereon KremerAlso fix case of negated ite (#7454)
2021-10-21 Gereon KremerFix symmetric proof issue for ITE in circuit propagator...
2021-10-21 Andres Noetzli[Regression Script] Fix printing of error diff (#7451)
2021-10-21 Haniel Barbosa[proofs] Fix open proof in SAT solver due to cycles...
2021-10-21 Gereon KremerAdd regression (#7447)
2021-10-21 Gereon KremerFix incorrect proof from ITE in circuit propagator...
2021-10-21 Andres NoetzliRefactor regressions script (#7249)
2021-10-21 Andrew ReynoldsMake cardinality constraint a nullary operator (#7333)
2021-10-21 Andres NoetzliEnable and fix dump test (#7387)
2021-10-21 Gereon KremerFix (#7437)
2021-10-20 Andrew ReynoldsEnable some previously failing regressions (#7434)
2021-10-20 Aina Niemetzapi: Add Solver::mkSepEmp(). (#7432)
2021-10-20 Andrew ReynoldsAdd regressions for fixed issues (#7421)
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 ReynoldsMake SyGuS solver robust to non-closed enumerable sorts...
2021-10-20 Andrew ReynoldsCheck whether abduct option is enabled (#7418)
next