Update theory preprocessor to use Env (#7288)
[cvc5.git] / src /
2021-10-01 Andrew ReynoldsUpdate theory preprocessor to use Env (#7288)
2021-10-01 Andrew ReynoldsFix ascription check for return types on ordinary funct...
2021-10-01 Andrew ReynoldsMake preregistration safe for uninterpreted constants...
2021-10-01 Gereon KremerClean options handlers (#7201)
2021-10-01 Gereon KremerFix some python docstrings which lead to sphinx warning...
2021-10-01 Andrew ReynoldsAdd the LFSC printer (#7158)
2021-10-01 Andrew ReynoldsAdd the print benchmark utility (#7196)
2021-10-01 Andrew ReynoldsUse the proper evaluator for optimized SyGuS datatype...
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 KremerIntegrate javadoc documentation (#7278)
2021-09-30 Mathias Preinerbv: Refactor ppRewrite and move to TheoryBV. (#7271)
2021-09-30 Gereon KremerRefactor our static builds (#7251)
2021-09-30 Mathias PreinerProperly cache assertions in static learning preprocess...
2021-09-30 mudathirmahgoubFinish the Java Api (#6396)
2021-09-30 Andrew ReynoldsMake theory engine modules use Env (#7277)
2021-09-30 Andrew ReynoldsSimplify the syntax and representation of the separatio...
2021-09-30 Gereon KremerRemove usage of static options in arithmetic theory...
2021-09-30 Abdalrhman MohamedPrint `str.is_digit` and `int.pow2` correctly. (#7276)
2021-09-30 Andres Noetzli[Printer] Only quote `set-info` value if necessary...
2021-09-29 Andres Noetzli[API] Update comments w.r.t. SymFPU, fix typos (#7263)
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 Andrew ReynoldsAdd the strings array solver (#7232)
2021-09-29 Andres NoetzliUpdate `--lang=help` (#7260)
2021-09-29 mudathirmahgoubAdd Statistics and Stat to the Java API (#7243)
2021-09-29 Gereon Kremerremove stuff (#7258)
2021-09-29 mudathirmahgoubAdd Sort.java to the java API (#6382)
2021-09-28 Gereon KremerRemove linking against RT (#7257)
2021-09-24 Andrew ReynoldsEliminate calls to Rewriter::rewrite from strings entai...
2021-09-23 Andrew ReynoldsGeneralize string enumerator for fixed length sequences...
2021-09-23 Gereon KremerEliminate Output macro in favor of simple Env functions...
2021-09-23 Lachnitt[proofs[ Alethe: Fix Order of Arguments of addAletheSte...
2021-09-23 Lachnitt[proofs] Alethe: Translate THEORY_REWRITE (#7236)
2021-09-23 Lachnitt[proofs] Alethe: Add Alethe Files to be Compiled ...
2021-09-23 Gereon KremerRefactor check interface of nonlinear extension (#7235)
2021-09-23 Andrew ReynoldsMore uses of EnvObj (#7230)
2021-09-23 Lachnitt[proofs] Alethe: Translate SCOPE rule (#7224)
2021-09-23 Abdalrhman MohamedUse `|` to print quoted strings in `set-info` command...
2021-09-23 Andrew ReynoldsImplement alpha equivalence proofs (#7066)
2021-09-22 Andrew ReynoldsMake cegqi subsolvers EnvObj (#7205)
2021-09-22 Mathias PreinerRemove CVC language support (#7219)
2021-09-22 Andrew ReynoldsTowards standard usage of evaluator (#7189)
2021-09-22 Andrew ReynoldsAdd extensionality option for strings disequalities...
2021-09-22 Aina Niemetzarrays: Use EnvObj::rewrite and EnvObj::options. (...
2021-09-22 Aina Niemetzarrays: Move type enumerator implementation to .cpp...
2021-09-22 Gereon KremerEliminate arithmetic proof macros (#7226)
2021-09-22 Andrew ReynoldsMinimal fixing version for tuple update parsing (#7228)
2021-09-21 Lachnitt[Proofs] Alethe: Translate ASSUME rule (#7213)
2021-09-21 Lachnitt[proofs] Alethe: Implementation of AletheProofPostproce...
2021-09-21 Andres NoetzliFix handling of conversions between FP and reals (...
2021-09-20 Alex OzdemirStart python API Solver documentation (#7064)
2021-09-20 Haniel Barbosa[proofs] Alethe: adds a node converter
2021-09-20 Andrew ReynoldsAdd the LFSC proof post-processor (#7134)
2021-09-20 Aina NiemetzTheoryModel: Use EnvObj::rewrite instead of Rewriter...
2021-09-20 Gereon KremerAdd anchors to cmdline options (#7210)
2021-09-18 Andrew ReynoldsFix printer for datatype udpater (#7208)
2021-09-18 Gereon KremerRefactor tag suggestion mechanism (#7199)
2021-09-17 Andres NoetzliUse a single `NodeManager` per thread (#7204)
2021-09-17 Lachnitt[proofs] Alethe: Added Proof Postprocessor to alethe_pr...
2021-09-17 Lachnitt[proofs] Alethe: Added Final Callback Function to aleth...
2021-09-17 Gereon KremerReplace write access to options by a local variable...
2021-09-17 Gereon KremerMinor cleanup related to EnvObj (#7206)
2021-09-16 Andrew ReynoldsFix relevant domain for parametric operators (#7198)
2021-09-15 Lachnitt[proofs] Alethe: Added Callback Function to alethe_proo...
2021-09-15 Andrew ReynoldsMinor changes to E-matching utilities (#7062)
2021-09-15 Gereon Kremerremove options that are no longer used (#7197)
2021-09-15 Lachnitt[proof] Added printer for proof rule names (#7185)
2021-09-15 Lachnitt[proof] Alethe proof rules (#7180)
2021-09-15 Andrew ReynoldsEliminate global access to options:: from quantifiers...
2021-09-14 Andrew ReynoldsAdd get-difficulty to the API (#7194)
2021-09-14 Gereon KremerFinal cleanup (#7193)
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 Andrew ReynoldsUtilities in preparation for print benchmark utility...
2021-09-14 Andrew ReynoldsAdd proof manager method to translate difficulty map...
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-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)
next