Simplify and fix check models (#5685)
[cvc5.git] / src / smt /
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...
2020-09-23 Abdalrhman MohamedRefactor Commands to use the Public API. (#5105)
2020-09-23 Andrew ReynoldsFix type issue with term formula removal (#5107)
2020-09-22 Mathias PreinerAdd simple BV solver (#5065)
2020-09-22 mudathirmahgoubAdd skeleton for theory of bags (multisets) (#5100)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-18 Andrew ReynoldsFix assertion list for globally defined recursive funct...
2020-09-18 Andres NoetzliFix muzzled builds (#5093)
2020-09-18 Andrew Reynolds(proof-new) Updates to proof node updater algorithm...
2020-09-18 Andrew Reynolds(proof-new) Rewrites involving operators in term conver...
2020-09-17 Andrew ReynoldsReduce recursion in term formula removal (#5052)
2020-09-17 yoni206Dumping internal define-funs with no arguments (#5077)
2020-09-16 Abdalrhman MohamedDump commands in internal code using command printing...
2020-09-15 Ying ShengInterpolation: Add implementation for SyGuS interpolati...
2020-09-12 Andrew Reynolds(proof-new) Add SMT proof manager (#5054)
2020-09-09 Andrew Reynolds(proof-new) Minor changes to proof node updater (#5011)
2020-09-09 Andrew Reynolds(proof-new) Make proofs in term formula removal term...
2020-09-08 Andres NoetzliMake CVC/API BV div/mod semantics match SMT-LIB (#4997)
2020-09-08 Andrew ReynoldsEliminate a custom use of TheorySep in quantifiers...
next