Remove experimental symmetry breaker (#4005)
[cvc5.git] / src / smt / smt_engine.cpp
2020-03-11 Andrew ReynoldsRemove experimental symmetry breaker (#4005)
2020-03-10 Aina NiemetzFix issue with reset-assertions. (#3988)
2020-03-10 Andrew ReynoldsConsolidate options that disable produceModels (#3973)
2020-03-10 Andrew ReynoldsRename sygus option name (#3977)
2020-03-06 Andrew ReynoldsSimplify DatatypeDeclarationCommand command (#3928)
2020-03-06 Andres NoetzliRemove --apply-to-const preprocessing pass (#3919)
2020-03-05 Aina NiemetzMove ownership of DecisionEngine into PropEngine. ...
2020-03-05 Aina NiemetzRevert "Move ownership of DecisionEngine into PropEngin...
2020-03-05 Andrew ReynoldsMove ownership of DecisionEngine into PropEngine. ...
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-29 Andrew Reynolds Throw warning instead of error for non-constant values...
2020-02-26 Andrew ReynoldsMore fixes for printing sygus commands (#3812)
2020-02-26 Andres NoetzliRemove portfolio leftovers (#3821)
2020-02-25 yoni206bv_to_int preprocessing pass
2020-02-24 Abdalrhman MohamedFix bugs related to printing Sygus commands (#3804)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-02-17 Abdalrhman MohamedSupport dumping Sygus commands. (#3763)
2020-02-14 Andrew ReynoldsRemove quantifiers rewrite rules infrastructure (#3754)
2020-02-14 Haniel BarbosaForcing rewrite pass rather than asserting if formula...
2020-02-08 Andres NoetzliMake "unknown" non-critical for unsat cores check ...
2020-02-07 Andrew ReynoldsRefactor check-model handling in SmtEngine (#3723)
2020-02-06 Andrew ReynoldsGeneralize containsQuantifiers to hasClosure (#3722)
2020-01-31 Andrew ReynoldsAllow PBE symmetry breaking with sygus stream (#3686)
2020-01-30 Andrew ReynoldsWeaken assertion for models with approximations (#3667)
2020-01-15 Aina NiemetzNew C++ API: Add nullary constructor for Result. (...
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-12-16 Ying ShengSupport ackermannization on uninterpreted sorts in...
2019-12-10 Andrew ReynoldsAllow unsat cores with sygus inference (#3550)
2019-12-09 Andrew ReynoldsDisable sygus inference when combined with incremental...
2019-12-06 Andrew ReynoldsThrow exception instead of warning for approximate...
2019-12-06 Andrew ReynoldsNew algorithm for interpolation and abduction based...
2019-12-05 Andrew ReynoldsRefactor mode options for Unif+PI (#3531)
2019-12-02 makaimannOpTerm Refactor: Allow retrieving OpTerm used to create...
2019-12-02 Andrew ReynoldsEnsure quantifiers options are set with --no-strings...
2019-11-29 Andrew ReynoldsCheck free variables in assertions when using SyGuS...
2019-11-27 Haniel BarbosaEnable sygusRecFun by default and fixes SyGuS+RecFun...
2019-11-13 Andrew ReynoldsDistinguish unknown status for model printing (#3454)
2019-11-04 Andrew ReynoldsMake check synth solution robust to auxiliary assertion...
2019-11-04 Andrew ReynoldsMake getSynthSolution return a Bool (#3306)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-14 Andrew ReynoldsApply sygus repair constant techniques restricted to...
2019-10-08 Piotr Trojanekpass parameters by reference where it affects performance
2019-10-08 Andres NoetzliDisallow --proof and --incremental (#3332)
2019-10-08 Ying ShengMake ackermannization generally applicable rather than...
2019-10-03 yoni206Disable proofs for unsupported logics (#3327)
2019-09-27 Andres NoetzliMake substitution index context-independent (#2474)
2019-09-25 Andrew ReynoldsReturn choice functions for approximate values in get...
2019-09-18 Andrew ReynoldsDecouple fmf-bound and finite-model-find (#3297)
2019-09-16 Andrew ReynoldsReturn RecoverableModalException when model is not...
2019-09-12 Andrew ReynoldsEncapsulate synth engine (#3271)
2019-09-04 Andrew ReynoldsTowards incremental SyGuS in SMT engine (#3195)
2019-08-28 Andrew ReynoldsRemoving comments related to issues (#3232)
2019-08-28 Andrew ReynoldsFixes for get-abduct (#3229)
2019-08-14 Mathias PreinerRemove option --continued-execution. (#3189)
2019-08-14 Andrew ReynoldsCall separate SMT engine for single invocation sygus...
2019-08-14 Aina NiemetzSmtEngine: Reorganize class according to guidelines...
2019-08-13 Andrew Reynolds Track sygus variable to term relationship via attribut...
2019-08-13 Andrew ReynoldsImplement check abduct feature (#3152)
2019-08-05 Andrew ReynoldsRemove forward declarations in quantifiers engine ...
2019-08-02 Andrew ReynoldsFlip the polarity of the argument of get-abduct (#3153)
2019-08-02 Andrew ReynoldsEnable sygus logic when produce-abducts is true (#3144)
2019-08-01 Andrew Reynolds Regular expression intersection modes (#3134)
2019-07-30 Andrew Reynolds Track solver execution mode (#3132)
2019-07-30 Haniel BarbosaCode to activate hoelim preprocessing pass (#3129)
2019-07-29 Andrew ReynoldsModel blocker feature (#3112)
2019-07-29 Andrew ReynoldsSupport get-abduct smt2 command (#3122)
2019-07-01 Andrew ReynoldsSupport sygus version 2 format (#3066)
2019-06-21 Andres NoetzliFix and simplify handling of --force-logic (#3062)
2019-06-11 Andrew Reynolds Fix spurious assertion in get-value (#3052)
2019-06-04 Andres NoetzliEnable proof checking for QF_LRA benchmarks (#2928)
2019-06-04 Andres NoetzliAdd check that result matches benchmark status (#3028)
2019-04-30 Andrew ReynoldsEliminate APPLY kind (#2976)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-22 makaimannUse empty vector instead of false in query with null...
2019-03-20 Andrew ReynoldsSygus abduction feature (#2744)
2019-03-16 Andres NoetzliLimit --solve-int-as-bv=X to QF_NIA/QF_LIA/QF_IDL ...
2019-03-14 makaimanncheck for null assumption in query and replace with...
2019-03-13 Andres NoetzliAdd statistics for proof gen./checking time, size ...
2019-01-18 Andres Noetzli Fix ABC build (#2808)
2019-01-15 Andres NoetzliStrings: Add option to change loop process mode (#2794)
2018-12-11 Andrew ReynoldsRemove alternate versions of mbqi (#2742)
2018-12-10 makaimannBoolToBV modes (off, ite, all) (#2530)
2018-12-06 Andres NoetzliFix use-after-free due to destruction order (#2739)
2018-11-29 Andrew ReynoldsCombine sygus stream with PBE (#2726)
2018-11-27 Andrew ReynoldsLazy model construction in TheoryEngine (#2633)
2018-11-21 Andrew ReynoldsQuickly recognize when PBE conjectures are infeasible...
2018-11-15 Andrew Reynolds Expand definitions prior to model core computation...
2018-10-31 Andres NoetzliRecord assumption info in AssertionPipeline (#2678)
2018-10-22 Andres NoetzliRecover from wrong use of get-info :reason-unknown...
2018-10-20 Andrew ReynoldsSygus streaming non-implied predicates (#2660)
2018-10-19 Andres NoetzliAdd OptionException handling during initialization...
2018-10-19 Andrew ReynoldsNon-implied mode for model cores (#2653)
2018-10-18 Haniel BarbosaIntroducing internal commands for SyGuS commands (...
2018-10-18 Andrew ReynoldsSygus query generator (#2465)
2018-10-15 Andrew ReynoldsDelay initialization of theory engine (#2621)
2018-10-13 Andres NoetzliReset input language for ExprMiner subsolver (#2624)
2018-10-11 Haniel BarbosaFix default setting of CegisUnif options (#2605)
2018-10-11 Andrew ReynoldsSynthesize rewrite rules from inputs (#2608)
2018-10-09 Aina NiemetzFix compiler warnings. (#2601)
2018-10-05 Andrew ReynoldsUpdate default options for sygus (#2586)
next