cvc5.git
2021-03-01 Gereon KremerRefactor collection of debug and trace tags (#5996)
2021-03-01 Mathias PreinerMake -Werror optional but enable it for CI. (#6032)
2021-03-01 Aina Niemetzgoogle test: util: Migrate stats_black. (#6029)
2021-03-01 Aina Niemetzgoogle test: util: Migrate real_algebraic_number_black...
2021-03-01 Aina Niemetzgoogle test: util: Migrate rational_white. (#6027)
2021-03-01 Aina Niemetzgoogle test: util: Migrate rational_black. (#6026)
2021-03-01 Aina Niemetzgoogle test: util: Migrate output_black. (#6025)
2021-03-01 Aina Niemetzgoogle test: util: Migrate integer_black. (#6023)
2021-03-01 Aina Niemetzgoogle test: util: Migrate datatype_black. (#6019)
2021-03-01 Aina Niemetzgoogle test: util: Migrate configuration_black. (#6018)
2021-03-01 Aina Niemetzgoogle test: util: Migrate boolean_simplification_black...
2021-03-01 Aina Niemetzgoogle test: util: Migrate array_store_all_white. ...
2021-03-01 Aina Niemetzgoogle test: util: Migrate integer_white. (#6024)
2021-03-01 Aina Niemetzgoogle test: theory: Migrate theory_strings_skolem_cach...
2021-03-01 Aina Niemetzgoogle test: theory: Migrate theory_strings_word_white...
2021-02-27 Aina Niemetzgoogle test: util: Migrate exception_black. (#6020)
2021-02-27 Aina Niemetzgoogle test: util: Migrate check_white. (#6017)
2021-02-27 Aina Niemetzgoogle test: util: Migrate cardinality_black. (#6016)
2021-02-27 Aina Niemetzgoogle test: theory: Migrate theory_white. (#6006)
2021-02-26 Aina Niemetzgoogle test: theory: Migrate type_enumerator_white...
2021-02-26 Haniel BarbosaSome formatting and better tracing in prop engine ...
2021-02-26 Aina Niemetzgoogle test: theory: Migrate theory_sets_type_rules_whi...
2021-02-26 Aina Niemetzgoogle test: theory: Migrate theory_sets_type_enumerato...
2021-02-26 Mathias PreinerFix -Werror issues with clang and use clang for debug...
2021-02-26 Aina Niemetzgoogle test: util: Migrate binary_heap_black. (#6012)
2021-02-26 Aina Niemetzgoogle test: util: Migrate assert_white. (#6011)
2021-02-26 Andrew ReynoldsMinor improvement and fix to smt2 printer (#6009)
2021-02-26 Andrew ReynoldsOptionally permit creation of non-flat function types...
2021-02-26 Gereon KremerStore Node instead of TNode (#5993)
2021-02-26 Andrew Reynolds(proof-new) Fix regular expression unfolding under...
2021-02-25 Gereon KremerMove (optional) rewrite from TrustSubstitutionMap to...
2021-02-25 Andrew ReynoldsMove slow regressions to regress1 (#5999)
2021-02-25 yoni206Datatypes lemmas: share only external types (#5997)
2021-02-25 Aina Niemetzgoogle test: Merge Node(Manager) fixtures. (#5998)
2021-02-25 Gereon KremerAdd regression. (#5994)
2021-02-25 Aina Niemetzgoogle test: theory: Migrate theory_bv_white. (#5987)
2021-02-25 Aina Niemetzgoogle test: theory: Migrate theory_bv_rewriter_white...
2021-02-25 Aina Niemetzgoogle test: printer: Migrate smt2_printer_black. ...
2021-02-25 Mathias PreinerEnable -Werror. (#5969)
2021-02-24 Aina Niemetzgoogle test: theory: Migrate theory_bags_type_rules_whi...
2021-02-24 Aina Niemetzgoogle test: theory: Migrate theory_engine_white. ...
2021-02-24 Aina Niemetzgoogle test: theory: Migrate theory_black. (#5985)
2021-02-24 Gereon KremerEnsure static-learning adds rewritten assertions. ...
2021-02-24 Gereon Kremer(proof-new) Add proofs for CAD solver (#5981)
2021-02-24 Aina Niemetzgoogle test: theory: Migrate sequences_rewriter_white...
2021-02-24 Aina Niemetzgoogle test: theory: Migrate theory_bags_normal_form_wh...
2021-02-24 Aina Niemetzgoogle test: theory: Migrate logic_info_white. (#5973)
2021-02-24 Aina Niemetzgoogle test: theory: Migrate theory_bags_rewriter_white...
2021-02-24 Aina Niemetzgoogle test: theory: Migrate theory_arith_white. (...
2021-02-24 Aina Niemetzgoogle test: theory: Migrate evaluator_white. (#5972)
2021-02-24 Aina Niemetzgoogle test: prop: Migrate cnf_stream_white. (#5971)
2021-02-24 Andrew ReynoldsAdd state and inference manager to inst match generator...
2021-02-24 Andrew ReynoldsAdd interface to TheoryState for sort inference and...
2021-02-23 Mathias PreinerSwitch to C++17. (#5959)
2021-02-23 Aina Niemetzgoogle test: theory: Migrate regexp_operation_black...
2021-02-23 Aina Niemetzgoogle test: theory: Migrate strings_rewriter_white...
2021-02-23 Gereon KremerAdd proof for mult sign lemma (#5966)
2021-02-23 Haniel Barbosa[proof-new] Fix dangling pointer in SAT proof generatio...
2021-02-23 Gereon KremerAdd proof for monomial bounds check (#5965)
2021-02-23 Gereon Kremer(proof-new) Add proof generator for CAD solver (#5964)
2021-02-23 Haniel Barbosa[proof-new] Fix handling of removable clauses in proof...
2021-02-23 Gereon KremerAdd trans secant proofs. (#5957)
2021-02-23 Andrew ReynoldsExplanation of failure for instantiate, use in enumerat...
2021-02-23 Aina Niemetzgoogle test: preprocessing: Migrate pass_bv_gauss_white...
2021-02-22 Andrew ReynoldsEliminate raw use of output channel and valuation in...
2021-02-22 Andrew ReynoldsMove quantifiers attributes to quantifiers registry...
2021-02-22 Andrew Reynolds(proof-new) Change proof-new option to proof (#5955)
2021-02-22 Gereon Kremer(proof-new) Add proofs for exponential functions (...
2021-02-22 Andrew ReynoldsRequire length-in-conclusion form for strings inference...
2021-02-22 Andrew Reynolds(proof-new) Option to automatically add SYMM steps...
2021-02-22 Haniel Barbosa[proof-new] Optionally print conclusion in the AST...
2021-02-22 Aina Niemetzgoogle test: preprocessing: Migrate pass_foreign_theory...
2021-02-22 Gereon KremerAdd the LazyTreeProofGenerator. (#5948)
2021-02-22 Gereon Kremer(proof-new) Add new arithmetic kind INDEXED_ROOT_PREDIC...
2021-02-22 Gereon Kremer(proof-new) Add proofs for sine lemmas in the transcend...
2021-02-22 Gereon KremerCleanup in transcendental solver, add ApproximationBoun...
2021-02-22 Gereon Kremeradd pruneRedundantIntervals (#5950)
2021-02-22 Andrew ReynoldsFix datatypes inference manager when proofs are enabled...
2021-02-19 Andrew ReynoldsSimplify interface to instantiate (#5926)
2021-02-19 Andrew ReynoldsFill in missing inference ids in datatypes theory ...
2021-02-19 Andrew ReynoldsRefactoring theory inference process (#5920)
2021-02-19 Andrew ReynoldsFix rewrite for contains over replace (#5924)
2021-02-19 Andrew ReynoldsRemove string stat for inferences (#5932)
2021-02-19 Gereon KremerCleanup of inferences in arithmetic theory (#5927)
2021-02-19 Aina NiemetzAdd Gereon to AUTHORS list. (#5930)
2021-02-18 Gereon KremerAdd statistic for InferenceId to TheoryInferenceManager...
2021-02-18 Gereon KremerAdd InferenceIds for sets theory. (#5900)
2021-02-18 Gereon KremerNew InferenceIds for BV theory (#5909)
2021-02-18 Andrew ReynoldsDocument UF inferences (#5917)
2021-02-18 Andrew ReynoldsEliminate non-static members in term util (#5919)
2021-02-18 Andrew ReynoldsMove first order model for full model check to own...
2021-02-17 Andrew ReynoldsMove methods from term util to quantifiers registry...
2021-02-17 Andrew ReynoldsCompute fact or lemma in datatypes prior to buffering...
2021-02-17 Gereon KremerUse InferenceId in sep theory. (#5912)
2021-02-17 Gereon KremerTheoryIds for UF theory. (#5901)
2021-02-17 Gereon KremerAdd InferenceIds for theory of arrays (#5910)
2021-02-17 Gereon KremerAdd InferenceId to buffered inference manager (#5911)
2021-02-17 Gereon KremerAdd new IntegralHistogramStat (#5898)
2021-02-17 Mathias PreinerAdd bit-level propagation support to BV bitblast solver...
2021-02-16 Aina Niemetzgoogle test: parser: Migrate parser_builder_black....
next