Split expression names from SmtEngine (#4832)
[cvc5.git] / src / smt / smt_engine.cpp
2020-08-03 Andrew ReynoldsSplit expression names from SmtEngine (#4832)
2020-08-03 Andrew ReynoldsSplit dump manager from SmtEngine (#4824)
2020-07-31 Andrew ReynoldsSplit listener classes from SmtEngine (#4816)
2020-07-28 Andres NoetzliReplace Expr with Node in Term/Op (#4781)
2020-07-28 yoni206Supporting seq.nth (#4723)
2020-07-17 Andrew ReynoldsReplace options listener infrastructure (#4764)
2020-07-16 Gereon KremerResource manager cleanup (#4732)
2020-07-16 Andrew ReynoldsSplit abstract values utility from SmtEngine (#4754)
2020-07-16 Gereon KremerRemove cumulative time limits and cpu time limits ...
2020-07-15 Andres NoetzliUse Nodes for SmtEngine assertions (#4752)
2020-07-15 Andrew ReynoldsSplit abduction solver from SmtEngine (#4733)
2020-07-14 Andrew ReynoldsMake use of options in setDefaults more consistent...
2020-07-07 Andrew ReynoldsTransfer ownership of internal Options from NodeManager...
2020-06-30 Ying ShengInterpolation step 1 (#4638)
2020-06-25 Andrew ReynoldsRemove sygus1 parser (#4651)
2020-06-19 Andres NoetzliAdd logic check for define-fun(s)-rec (#4577)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-06 Andres NoetzliKeep definitions when global-declarations enabled ...
2020-06-04 Aina NiemetzNew C++ Api: Second and last batch of API guards. ...
2020-05-20 Andrew ReynoldsUse debug-check-model to enable internal debugging...
2020-04-28 Andrew ReynoldsSupport the SMT-LIB Unicode string standard by default...
2020-04-10 Andrew ReynoldsTowards proper use of resource managers (#4233)
2020-04-09 Andrew ReynoldsSplit ProcessAssertions module from SmtEngine (#4210)
2020-04-08 Andres NoetzliPerform theory widening eagerly (#4044)
2020-04-06 Andrew ReynoldsRemove links field in all toml files (#4201)
2020-04-03 Andres NoetzliUpdate theory rewriter ownership, add stats to strings...
2020-04-01 Aina NiemetzRename checkValid/query to checkEntailed. (#4191)
2020-03-31 Andrew ReynoldsRemove replay and use-theory options and idl (#4186)
2020-03-27 Andres NoetzliFix issues with unsat cores and reset-assertions (...
2020-03-27 Andrew ReynoldsMove set defaults function to its own file (#4154)
2020-03-24 yoni206Int2BV fail on demand (#4079)
2020-03-20 Andrew ReynoldsHandle failures for sygus QE preprocess (#4072)
2020-03-19 yoni206Bv2int fail on demand
2020-03-19 Andrew ReynoldsSyGuS must use total bitvector division (#4119)
2020-03-18 Alex OzdemirMove node visitor class from smt_util/ to expr/ (#4110)
2020-03-17 Aina NiemetzSmtEngine: Convert members owned by SmtEngine to unique...
2020-03-16 Andres NoetzliCreate master equality engine at context level 0 (...
2020-03-12 Andrew ReynoldsRemove local theory extension option (#4048)
2020-03-11 Andrew ReynoldsDo not enable some SMT-COMP specific options by default...
2020-03-11 Andres Noetzlireset-assertions: Update TheoryEngine's PropEngine...
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)
next