cvc5.git
2021-09-14 Gereon KremerRefactor code generation for option modules (#7182)
2021-09-14 Gereon KremerTurn sphinx generation into a function (#7181)
2021-09-14 Mathias Preinerbv: Unify bit-blasting code for udiv and urem. (#7188)
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 Andres NoetzliRemove context getters from `TheoryState` (#7174)
2021-09-13 Andrew ReynoldsConnect difficulty manager to TheoryEngine (#7161)
2021-09-13 Gereon KremerAdd Solver::isOutputOn() (#7187)
2021-09-13 Aina NiemetzFP: Rename FpConverter to FpWordBlaster. (#7170)
2021-09-13 Gereon KremerRefactor generation code for getInfo() (#7176)
2021-09-13 Gereon KremerAdd main options to cmake (#7178)
2021-09-13 Gereon KremerReorder code (#7175)
2021-09-13 Gereon KremerRefactor options parsing (#7143)
2021-09-11 Gereon KremerUse StatisticsRegistry from Env (#7166)
2021-09-11 Aina NiemetzcheckModel: Extend documentation. (#7177)
2021-09-11 Mathias Preinerbv: Move IsPowerOfTwo rule to preprocessing pass and...
2021-09-11 Andrew ReynoldsAdd casc 28 scripts (#7070)
2021-09-10 Aina NiemetzFP: Enable caching in the theory inference manager...
2021-09-10 Mathias Preinerbv: Use EnvObj::rewrite() and EnvObj::options() in...
2021-09-10 Aina NiemetzFP: Use EnvObj::rewrite() and options() in theory_fp...
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-10 Andrew ReynoldsMore refactoring of set defaults (#7160)
2021-09-10 Mathias Preinerbv: Use EnvObj::rewrite() and EnvObj::options() in...
2021-09-10 Gereon KremerRefactor command-line help (#7157)
2021-09-10 Gereon KremerUse EnvObj-based options in preprocessing (#7165)
2021-09-09 Aina Niemetzpp passes: Use EnvObj::rewrite() instead of Rewriter...
2021-09-09 Andres NoetzliRemove `TheoryState::getEnv()` (#7163)
2021-09-09 Gereon KremerAdd Solver::getOutput() (#7162)
2021-09-09 Andrew ReynoldsAdd difficulty manager (#7151)
2021-09-09 Andrew ReynoldsAdd difficulty post-processor (#7150)
2021-09-09 Andrew ReynoldsDisable shared selectors for quantified logics without...
2021-09-09 Andres NoetzliRemove `TheoryState::options()` (#7148)
2021-09-09 Andrew ReynoldsRemove deprecated SyGuS method evaluateWithUnfolding...
2021-09-08 Andrew ReynoldsAdd Lfsc print channel utilities (#7123)
2021-09-08 Andrew ReynoldsImprove pre-skolemization, move quantifiers preprocess...
2021-09-08 Gereon KremerRefactor options::set() (#7138)
2021-09-08 Gereon KremerWork on comments (#7139)
2021-09-08 Gereon KremerA couple of minor cleanups (#7141)
2021-09-08 Gereon KremerRefactor code generation for options.h/.cpp (#7126)
2021-09-08 Andrew ReynoldsTowards standard usage of ExtendedRewriter (#7145)
2021-09-08 Andrew ReynoldsAdd option for using bound inference for relevant asser...
2021-09-08 Andrew ReynoldsAdd LFSC side condition conversion utility for list...
2021-09-08 mudathirmahgoubAdd Datatype.java to the Java API (#6389)
2021-09-08 mudathirmahgoubAdd DatatypeConstructor.java, DatatypeConstructorDecl...
2021-09-08 Andrew ReynoldsUse rewriteViaMethod instead of accessing builtin proof...
2021-09-07 Andrew ReynoldsRefactoring of proof manager initialization (#7073)
2021-09-07 Andres NoetzliUse `EnvObj` methods instead of `Theory` methods (...
2021-09-07 Aina Niemetzsygus: Eliminate calls to Rewriter::rewrite. (#7142)
2021-09-07 Andrew ReynoldsRefactoring and fixes of set defaults for quantifiers...
2021-09-03 Aina NiemetzEnvObj: Add options(), context(), userContext(). (...
2021-09-03 MikolasJanotaAvoiding duplicate search in maps (#7055)
2021-09-03 Aina Niemetzsygus: Make more classes derive from EnvObj. (#7140)
2021-09-03 Gereon KremerRefactor option sanitizations (#7129)
2021-09-03 Andrew ReynoldsStandardize Rewriter::rewriteViaMethod call (#7119)
2021-09-03 Gereon KremerCheck that alternate is only set for bool (#7125)
2021-09-03 Gereon KremerRefactor options::get() and options::getNames() (#7135)
2021-09-03 Andrew ReynoldsMake quantifier module classes derive from EnvObj ...
2021-09-03 Aina Niemetzsygus: Make CeSingleInv derive from EnvObj. (#7136)
2021-09-03 Andrew ReynoldsEliminate backwards ref to SmtEngine from abduction...
2021-09-03 Aina Niemetztheory: Have more classes in theory with reference...
2021-09-03 Aina Niemetztheory: Have Theory and TheoryArith* derive from EnvObj...
2021-09-03 Gereon KremerRemove "experimental" options (#7124)
2021-09-03 Aina Niemetzpp: Have PreprocessingPassContext derive from EnvObj...
2021-09-02 Andrew ReynoldsAdd LFSC node converter (#6944)
2021-09-02 Gereon KremerRefactor options handlers (#7080)
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 Aina NiemetzEnvObj: Restrict access. (#7121)
2021-09-02 Gereon KremerAdd API check whether option in getOptionInfo() exists...
2021-09-02 Gereon KremerDriver & Options cleanup (#7109)
2021-09-02 Andrew ReynoldsRemove more instances of ufHo (#7087)
2021-09-02 Gereon KremerRemove options::getAll() (#7111)
2021-09-02 Andres Noetzli[CI] Add step for running unit/API tests (#7116)
2021-09-02 Andrew ReynoldsImplement lazy proof checking modes (#7106)
2021-09-02 Aina NiemetzRemove PreprocessingPassContext::getSmt(). (#7118)
2021-09-02 Andres NoetzliRemove unused `Backtracker` (#7115)
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-02 Aina Niemetzrewriter: Make rewriteEqualityExt non-static. (#7110)
2021-09-02 Aina NiemetzAdd class EnvObj. (#7113)
2021-09-02 Andres NoetzliUpdate CI to macOS 11 (#7104)
2021-09-01 Aina NiemetzClean up and document PP context. (#7102)
2021-09-01 Aina NiemetzClean up TheoryEngine header according to code style...
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 Aina Niemetzrewriter: Make registerTheoryRewriter non-static. ...
2021-09-01 mudathirmahgoubFixed TestTheoryWhiteBagsRewriter.map failure (#7103)
2021-09-01 Andrew ReynoldsFix issues with cyclic proofs due to double SYMM applic...
2021-09-01 Gereon KremerMake driver::totalTime a TimerStat (#7089)
2021-09-01 Gereon KremerNo longer use direct access to options in driver (...
2021-09-01 Aina Niemetzrewriter: Make clearCaches non-static. (#7100)
2021-09-01 Andrew ReynoldsLazy proof reconstruction for strings theory solver...
2021-08-31 Aina Niemetzbv: Remove dump=bv-rewrites. (#7099)
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-31 Andrew ReynoldsFix normal forms context-dependent simplification for...
2021-08-31 Andrew ReynoldsMake regular expression sort not closed enumerable...
next