Ensure uses of ground terms in triggers are preprocessed and registered (#5808)
[cvc5.git] / src / smt /
2021-01-22 Haniel Barbosa[proof-new] Expanding MACRO_RESOLUTION in post-processi...
2021-01-20 Andrew ReynoldsDo not track processed in remove term formulas loop...
2021-01-15 Andrew ReynoldsImplement --no-strings-lazy-pp as a preprocessing pass...
2021-01-14 Andrew ReynoldsUpdates to theory preprocess equality (#5776)
2021-01-12 yoni206Foreign theory rewrite option (#5763)
2021-01-11 Andrew ReynoldsFurther simplifications in preparation for removing...
2021-01-08 Haniel Barbosa[proof-new] Implementing getProof in the API and SMT...
2021-01-06 Andrew ReynoldsAdd new interfaces to term formula removal and theory...
2021-01-05 Andrew ReynoldsRemove a few miscellaneous references to the expr layer...
2020-12-24 Haniel Barbosa[proof-new] Only use old proofs for unsat cores if...
2020-12-23 Andrew ReynoldsRemove quant EPR option (#5716)
2020-12-23 Haniel Barbosa[proof-new] Adding a manager for the new unsat cores...
2020-12-22 Andrew ReynoldsMake theory preprocess rewrite equalities a preprocessi...
2020-12-22 Andrew ReynoldsRemove preregister instantiation heuristic (#5713)
2020-12-21 Andrew ReynoldsMove ownership of theory preprocessor to TheoryProxy...
2020-12-21 Andrew ReynoldsEliminate recursion from the internals of term formula...
2020-12-18 Andrew ReynoldsSimplify internal API for sygus (#5687)
2020-12-17 Andrew ReynoldsSimplify term formula removal interface (#5695)
2020-12-17 Andrew ReynoldsSimplify and fix check models (#5685)
2020-12-16 Andrew ReynoldsSimplify preprocessing (#5647)
2020-12-16 Andrew ReynoldsSimplify synth-fun printer (#5682)
2020-12-16 Andrew ReynoldsMove ownership of term formula removal to theory prepro...
2020-12-15 Andrew ReynoldsRemove bv divide by zero option (#5672)
2020-12-14 Andrew ReynoldsProperly implement datatype selector triggers (#5624)
2020-12-14 Haniel Barbosa[proof-new] Updating interfaces between prop engine...
2020-12-12 Andrew ReynoldsFlush statistics through NodeManager in SmtEngine ...
2020-12-10 Gereon KremerFixed a bunch of clang warnings. (#5637)
2020-12-09 Andrew ReynoldsMake decision engine independent of AssertionsPipeline...
2020-12-08 Abdalrhman MohamedFix a bug with synth-fun printer (#5512)
2020-12-07 Andrew ReynoldsFix issue with free variables introduced by quantifier...
2020-12-07 Andrew ReynoldsDo not expand theory definitions at the beginning of...
2020-12-03 Andrew Reynolds(proof-new) Updates to SMT proof manager and SmtEngine...
2020-12-03 Andrew ReynoldsRefactor handling of global declarations (#5577)
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-12-02 Aina NiemetzRename macro Message to CVC4Message. (#5576)
2020-12-02 Andrew Reynolds(proof-new) Proofs for expand definitions (#5562)
2020-12-02 Andrew ReynoldsFix issues related to model declarations (#5560)
2020-12-01 Andrew ReynoldsMore fixes for quantifier elimination (#5533)
2020-11-30 Abdalrhman MohamedEliminate uses of SExpr from the parser. (#5496)
2020-11-30 Andrew ReynoldsRemove includes for old API from internal code (#5536)
2020-11-26 Andrew ReynoldsRemoving infrastructure related to SMT model (#5527)
2020-11-26 Andrew ReynoldsMove expand definitions to its own file (#5528)
2020-11-26 Andrew ReynoldsFully decouple SmtEngine and the Expr layer (#5532)
2020-11-25 Andrew ReynoldsUse symbol manager for printing responses get-model...
2020-11-23 Andrew Reynolds(proof-new) Miscellaneous changes from proof-new (...
2020-11-23 Andrew ReynoldsAdd declare model symbol methods to SymbolManager and...
2020-11-23 Gereon KremerAdd get-info :time. (#5485)
2020-11-20 Andrew ReynoldsFix remove term formula policy for terms beneath quanti...
2020-11-20 Andrew ReynoldsSupport nested quantifier elimination for get-qe comman...
2020-11-20 Gereon Kremer(proof-new) Replace LazyCDProofSet by generic CDProofSe...
2020-11-19 Andrew ReynoldsEnable new implementation of CEGQI based on nested...
2020-11-19 Andrew ReynoldsUse symbol manager for unsat cores (#5468)
2020-11-18 Andrew ReynoldsMinor cleanup of SmtEngine (#5450)
2020-11-18 Andrew ReynoldsDo not expand definitions of extended arithmetic operat...
2020-11-18 Andrew ReynoldsUse symbol manager for get assignment (#5451)
2020-11-12 Andrew ReynoldsFix printing of define named function (#5425)
2020-11-12 Andrew Reynolds(proof-new) Improve printing and debugging for pedantic...
2020-11-11 Andrew ReynoldsMove symbol manager to src/expr/ (#5420)
2020-11-11 Andrew ReynoldsPass symbol manager to commands (#5410)
2020-11-10 Andrew ReynoldsDo not mark extended functions as reduced based on...
2020-11-10 Andrew ReynoldsAdd proper support for the declare-heap command for...
2020-11-09 Andrew ReynoldsSimplify handling of subtypes in smt2 printer (#5401)
2020-11-06 Andrew ReynoldsSimplify printing with respect to expression types...
2020-10-30 Andrew ReynoldsUpdate api::Sort to use TypeNode instead of Type (...
2020-10-28 Andrew ReynoldsRemove more uses of Expr (#5357)
2020-10-27 Abdalrhman MohamedRefactor DeclareSygusVarCommand and SynthFunCommand...
2020-10-27 Gereon KremerDisable --nl-cad option by default (#5350)
2020-10-27 Gereon KremerEnable --nl-cad by default (#5345)
2020-10-22 Gereon KremerUse theoryof-mode=type for QF_NRA (#5326)
2020-10-21 Abdalrhman MohamedAdd finishInit for getInterpol and getAbduct. (#5316)
2020-10-21 Andrew Reynolds(proof-new) Fixes for proofs in rewriter (#5307)
2020-10-20 Andrew Reynolds(proof-new) Update add lazy step interface in LazyCDPro...
2020-10-20 Abdalrhman MohamedRemove some Commands from the API. (#5268)
2020-10-20 Andrew ReynoldsFix miscellaneous warnings (#5256)
2020-10-20 Andrew ReynoldsSplit CheckModels utility to its own file (#5303)
2020-10-19 Andrew Reynolds(proof-new) Updates to assertions pipeline and preproce...
2020-10-19 Andrew Reynolds(proof-new) Update preprocessing pass context for proof...
2020-10-18 Andrew Reynolds (proof-new) Witness axiom reconstruction for purificat...
2020-10-18 Andrew Reynolds(proof-new) More features for SMT proof post-processor...
2020-10-16 Andrew ReynoldsRefactor SMT-level model object (#5277)
2020-10-14 Andrew Reynolds(proof-new) Generalize preprocess proof generator ...
2020-10-12 Andrew ReynoldsEliminate uses of Expr in SmtEngine interface (#5240)
2020-10-12 Andrew ReynoldsEnsure uninterpreted sort owner is UF if uf-ho or finit...
2020-10-10 Abdalrhman MohamedProvide API version of some SMT Commands. (#5222)
2020-10-09 Andrew Reynolds(proof-new) Theory engine proof producing (#5195)
2020-10-08 Andrew Reynolds(proof-new) Fixes and improvements for smt proof postpr...
2020-10-06 yoni206bv-to-int: change order of passes (#5208)
2020-10-06 Abdalrhman MohamedRecover from some exceptions. (#5203)
2020-10-05 Andrew ReynoldsMake sygus more robust to unknown responses in solution...
2020-10-02 Andrew Reynolds(proof-new) Fixes for theory preprocessing proofs ...
2020-10-02 Gereon KremerAllow for theory combination of strings with nonlinear...
2020-10-01 Andrew Reynolds(proof-new) Preprocessing passes use proper interfaces...
2020-10-01 Andrew ReynoldsMake SygusSolver use sygus attributes directly (#5172)
2020-09-30 Gereon KremerRemove too strict assertion to allow for approximate...
2020-09-29 Andrew Reynolds(proof-new) Fixes for preprocess proof generator and...
2020-09-29 Haniel Barbosa[proof-new] Updates to proof node updater (#5156)
2020-09-29 Andrew ReynoldsReset assertions on resetAssertions (#5153)
2020-09-24 Andrew Reynolds Function definition fmf preprocessing pass (#5064)
2020-09-23 Andrew ReynoldsDisable cegqi-bv when using sygus (#5124)
2020-09-23 Andrew ReynoldsAllow E-matching by default when strings are enabled...
next