Do not use global proxy variable attribute for strings (#7460)
[cvc5.git] / test /
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)
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-20 Andrew ReynoldsReimplement support for relational triggers (#7063)
2021-10-20 Andrew ReynoldsDo not make assumption about model for Boolean variable...
2021-10-20 Andrew ReynoldsCorrectly parse uninterpreted constant values in get...
2021-10-19 Andrew ReynoldsFix expected conclusion for EQ_RESOLVE when expanding...
2021-10-19 Andrew ReynoldsSupport sequences of fixed finite cardinality (#7371)
2021-10-19 Andrew ReynoldsFix issue related to sanity checking integer models...
2021-10-18 Andrew ReynoldsAdd regression for fixed issue (#7395)
2021-10-18 Abdalrhman MohamedMove check for experimental arrays features to `theory_...
2021-10-15 Andrew ReynoldsAdd more regressions for fixed issues (#7382)
2021-10-15 Alex OzdemirFix bad cast in the python API (#7359)
2021-10-15 Andrew ReynoldsFix issues related to proofs of lemmas with duplicate...
2021-10-14 Andrew ReynoldsAdd regressions for fixed issues (#7369)
2021-10-14 Gereon KremerImprove ManagedStreams (#7367)
2021-10-14 Andrew ReynoldsAdd regression for fixed issue (#7365)
2021-10-14 Andrew ReynoldsFix quantifiers variable elimination for parametric...
2021-10-11 Aina NiemetzRename SmtScope to SolverEngineScope. (#7284)
2021-10-11 Andrew ReynoldsConnect the LFSC printer (#7323)
2021-10-07 Andrew ReynoldsMove preprocessor to smt solver (#7321)
2021-10-07 Gereon KremerAdd new versioning scheme (#7253)
2021-10-07 Andrew ReynoldsMake the cardinality of the alphabet of strings configu...
2021-10-07 mudathirmahgoubAdd missing functions in Term.java (#7297)
2021-10-07 Gereon KremerChange behaviour of Term::getRealValue() (#7316)
2021-10-06 Gereon KremerChange semantics of dumpUnsatCoresFull (#7314)
2021-10-05 Gereon KremerFinish refactoring on option handlers (#7295)
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 Andrew ReynoldsFix ascription check for return types on ordinary funct...
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-30 Andrew ReynoldsSimplify the syntax and representation of the separatio...
2021-09-29 Abdalrhman MohamedRemove support for extended `(check-sat <term>)` comman...
2021-09-29 Andrew ReynoldsProperly restrict PBE symmetry breaking for abduction...
2021-09-29 Andrew ReynoldsUpdate the syntax for tuples in smt2 (#7265)
2021-09-29 Gereon Kremerremove stuff (#7258)
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-23 Andrew ReynoldsImplement alpha equivalence proofs (#7066)
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-22 Andrew ReynoldsMinimal fixing version for tuple update parsing (#7228)
2021-09-21 Andres NoetzliFix handling of conversions between FP and reals (...
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 Andres NoetzliMake `-o raw-benchmark` work with `--parse-only` (...
2021-09-14 Andrew ReynoldsSupport sygus version 2.1 command assume (#7081)
2021-09-14 Mathias Preinerproofs: Properly track pre- and post-rewrites in bbAtom...
2021-09-14 Andrew ReynoldsReimplement `--dump=raw-benchmark` as `-o raw-benchmark...
2021-09-13 Gereon KremerAdd Solver::isOutputOn() (#7187)
2021-09-11 Gereon KremerUse StatisticsRegistry from Env (#7166)
2021-09-11 Mathias Preinerbv: Move IsPowerOfTwo rule to preprocessing pass and...
2021-09-10 Aina NiemetzFP: Do not send trivial lemmas. (#7167)
2021-09-10 mudathirmahgoubAdd Op.java to the java API (#6387)
2021-09-10 Andres NoetzliUse C++17 attributes (#7154)
2021-09-09 Aina Niemetzpp passes: Use EnvObj::rewrite() instead of Rewriter...
2021-09-09 Andrew ReynoldsDisable shared selectors for quantified logics without...
2021-09-08 Gereon KremerA couple of minor cleanups (#7141)
2021-09-08 Andrew ReynoldsTowards standard usage of ExtendedRewriter (#7145)
2021-09-08 mudathirmahgoubAdd Datatype.java to the Java API (#6389)
2021-09-07 Andrew ReynoldsRefactoring and fixes of set defaults for quantifiers...
2021-09-02 Andres Noetzli[Unit Tests] Fix shell test for Editline (#7117)
2021-09-02 Aina NiemetzDisable sygus-inst for regression close to time limit...
2021-09-02 Gereon KremerAdd API check whether option in getOptionInfo() exists...
2021-09-02 Gereon KremerDriver & Options cleanup (#7109)
2021-09-02 Andrew ReynoldsImplement lazy proof checking modes (#7106)
2021-09-02 Andres Noetzli[Unit Tests] Fix bags rewrite test (#7114)
2021-09-02 Aina Niemetzpp: Derive PreprocessingPass from EnvObj. (#7112)
2021-09-02 Aina NiemetzEnable sygus-inst for FP, NIA and NRA. (#7098)
2021-09-01 Haniel Barbosa[proof] [sat] Fix lost reference to reason when process...
2021-09-01 Andrew ReynoldsPrint response to get-model using the API (#7084)
2021-09-01 mudathirmahgoubFixed TestTheoryWhiteBagsRewriter.map failure (#7103)
2021-09-01 Andrew ReynoldsFix issues with cyclic proofs due to double SYMM applic...
2021-08-31 Gereon KremerMake sure modes are sorted in ModeInfo (#7097)
2021-08-31 yoni206bv-to-int-module: implementations and stubs for transla...
2021-08-30 Gereon KremerAdd API function to obtain information about a single...
2021-08-30 mudathirmahgoubAdd kind BAG_MAP and its type rule to bags (#6503)
2021-08-30 Andrew ReynoldsFix proof equality engine for "no-explain" premises...
next