[proof-new] Fix arity check when building equality engine proofs (#6133)
[cvc5.git] / src /
2021-03-12 Haniel Barbosa[proof-new] Fix arity check when building equality...
2021-03-12 Gereon KremerAdd missing includes for statistics (#6124)
2021-03-12 Andrew ReynoldsSimplify instantiation match generator interface (...
2021-03-11 Gereon KremerMake linear arithmetic use its inference manager (...
2021-03-11 Alex Ozdemirarith proof rules shuffle & add ARITH_SUM_UB (#6118)
2021-03-11 Andrew ReynoldsIntroduce inference ids for quantifier instantiation...
2021-03-11 Gereon KremerFirst refactoring of statistics classes (#6105)
2021-03-11 Aina NiemetzDelete Expr layer. (#6117)
2021-03-11 MikolasJanotaImprovements and refactoring for enumeratative strategy...
2021-03-11 Andrew Reynolds(proof-new) Clean up uses of witness with skolem lemmas...
2021-03-11 Andrew ReynoldsDirect lemmas and inference ids for sygus extension...
2021-03-11 Mathias PreinerFix compile warnings when compiling with GLPK. (#6115)
2021-03-11 Aina NiemetzClean up ownership of Datatypes in NodeManager. (#6113)
2021-03-11 Aina NiemetzRefactor Node::getOperator() to fix compiler warning...
2021-03-11 Mathias PreinerUse CVC4_ASSERTIONS instead of NDEBUG. (#6099)
2021-03-10 Mathias PreinerUse Assert instead of assert. (#6095)
2021-03-10 Aina NiemetzNew C++ Api: Add missing argument checks in Solver...
2021-03-10 Andrew ReynoldsAdd Env class (#6093)
2021-03-10 Haniel Barbosa[proof-new] Clarifying doc (#6108)
2021-03-10 Aina NiemetzMove ExprManager::isNAryKind to NodeManager. (#6107)
2021-03-10 Gereon KremerImprove arithmetic proofs (#6106)
2021-03-10 Andrew Reynolds(proof-new) Update ppRewrite to use skolem lemmas ...
2021-03-10 Andrew ReynoldsFix extended equality rewrite involving replace. (...
2021-03-10 Andrew ReynoldsFix term registration and non-theory-preprocessed terms...
2021-03-10 Andrew Reynolds(proof-new) Replace witness form by original form in...
2021-03-09 Aina NiemetzNew C++ Api: Use const ref for arguments when possible...
2021-03-09 Andrew ReynoldsMerge initialization steps in TheoryModelBuilder (...
2021-03-09 Andrew ReynoldsRemove logic request (#6089)
2021-03-09 Aina NiemetzNew C++ Api: Migrate stats collection for consts, vars...
2021-03-09 Aina NiemetzContextObj::destroy(): Guard against invalid use. ...
2021-03-09 Aina NiemetzNew C++ Api: Clean up usage of internal kind. (#6087)
2021-03-09 Andrew Reynolds(proof-new) Minor fix and allow proof option (#6085)
2021-03-09 Aina NiemetzNew C++ API: Reorder and clean up cpp file. (#6086)
2021-03-09 Gereon KremerAdd missing include if GLPK is enabled. (#6084)
2021-03-09 Gereon KremerSome more cleanup of includes (#6083)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-09 Aina NiemetzNew C++ API: Migrate to Node layer. (#6070)
2021-03-08 Andrew ReynoldsFix handling of negation of Boolean bound variables...
2021-03-08 Andrew Reynolds(proof-new) Separating optimizations for strings skolem...
2021-03-08 Andrew Reynolds(proof-new) Prepare arithmetic for changes to ppRewrite...
2021-03-08 Andrew ReynoldsSimplify theory preprocessing (#6058)
2021-03-08 Gereon KremerFix justification heuristic again (#6074)
2021-03-08 Andrew ReynoldsDo not process conjunctions as facts in strings (#6065)
2021-03-06 Mathias PreinerRemove partial UDIV/UREM operators. (#6069)
2021-03-06 Mathias PreinerRemove SMT-LIB 2.5 and 2.0 support. (#6068)
2021-03-05 mcjunehoInitial implementation of an optimization solver with...
2021-03-05 Gereon KremerReimplement time limit mechanism for windows (#6049)
2021-03-04 Aina NiemetzNew C++ API: Clean up usage of interal datatype classes...
2021-03-04 Aina NiemetzAdd initial bit-blaster for proof logging. (#6053)
2021-03-04 Aina NiemetzNew C++ Api: Clean up usage of internal types in Term...
2021-03-04 Gereon KremerAdd proper define for libpoly usage (#6050)
2021-03-04 Gereon KremerIgnore isInConflict when adding conflicts (#5995)
2021-03-04 Aina NiemetzNew C++ API: Clean up usage of internal Type/TypeNodes...
2021-03-04 Aina NiemetzNew C++ API: Clean up usage of internal Result. (#6043)
2021-03-04 Aina NiemetzNew C++ API: Clean up usage of internal types in Op...
2021-03-03 Andrew Reynolds(proof-new) Simplifications to arithmetic operator...
2021-03-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-03-03 Abdalrhman MohamedRemove uses of SExpr class. (#6035)
2021-03-03 mudathirmahgoubAdd tuple projection operator (#5904)
2021-03-02 Mathias PreinerRemove non-ASCII characters from source files. (#6039)
2021-03-02 Gereon KremerImprove handling of utf8 encoded inputs (#5694)
2021-03-02 Mathias PreinerAdd aarch64 (ARM64) cross-compile support. (#6033)
2021-03-02 Mathias PreinerFix nightly errors. (#6034)
2021-03-02 Andrew ReynoldsIntroduce quantifiers term registry (#5983)
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2021-03-01 Gereon KremerRefactor collection of debug and trace tags (#5996)
2021-02-27 Aina Niemetzgoogle test: theory: Migrate theory_white. (#6006)
2021-02-26 Haniel BarbosaSome formatting and better tracing in prop engine ...
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 yoni206Datatypes lemmas: share only external types (#5997)
2021-02-25 Mathias PreinerEnable -Werror. (#5969)
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 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 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-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 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...
next