Modify the smt2 parser to use the Sygus grammar. (#4829)
[cvc5.git] / src / smt /
2020-08-04 Abdalrhman MohamedModify the smt2 parser to use the Sygus grammar. (...
2020-08-04 Gereon KremerProperly initialize d_fullyInited. (#4840)
2020-08-03 Andrew ReynoldsSplit expression names from SmtEngine (#4832)
2020-08-03 Andrew ReynoldsSplit dump manager from SmtEngine (#4824)
2020-08-02 Andrew ReynoldsAdd methods for constructing datatype types from NodeMa...
2020-07-31 Andrew ReynoldsSplit listener classes from SmtEngine (#4816)
2020-07-28 Andrew ReynoldsRemove arrays lazy rintro option (#4806)
2020-07-28 Andres NoetzliReplace Expr with Node in Term/Op (#4781)
2020-07-28 yoni206Supporting seq.nth (#4723)
2020-07-27 Andrew Reynolds(proof-new) Proof production for term formula removal...
2020-07-17 Andrew ReynoldsReplace options listener infrastructure (#4764)
2020-07-17 Andrew ReynoldsAdd option manager and simpler option listener (#4745)
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-13 Andrew Reynolds (proof-new) SMT Preprocess proof generator (#4708)
2020-07-11 yoni206Changing bv_to_int options (#4721)
2020-07-11 Andrew V. JonesAdd support for printing 'get-abduct' in verbose mode...
2020-07-11 Andrew Reynolds(proof-new) Update Theory interface for proof-new ...
2020-07-08 Andrew ReynoldsAlways interleave theory combination with quantifiers...
2020-07-07 Andrew ReynoldsTransfer ownership of internal Options from NodeManager...
2020-07-03 Andres NoetzliRemove SWIG bindings (#4683)
2020-06-30 Ying ShengInterpolation step 1 (#4638)
2020-06-25 Andrew ReynoldsRemove sygus1 parser (#4651)
2020-06-25 Andrew ReynoldsUpdate option --nl-ext to enable/disable incremental...
2020-06-23 Mathias PreinerAdd support for eqrange predicate (#4562)
2020-06-22 Andrew Reynolds(proof-new) Add proof-new to options file (#4641)
2020-06-19 yoni206Bv to int elimination bugfix (#4435)
2020-06-19 Andres NoetzliAdd logic check for define-fun(s)-rec (#4577)
2020-06-18 Andres NoetzliImprove memory management in Java bindings (#4629)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-12 Andrew ReynoldsUpdate to consistent policy for removed terms in quanti...
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-06-03 Andrew ReynoldsUse prenex normal form when using cegqi-nested-qe ...
2020-06-01 Andres NoetzliSet theoryof-mode after theory widening (#4545)
2020-05-23 Andrew ReynoldsRefactor operator elimination in arithmetic (#4519)
2020-05-20 Andrew ReynoldsUse debug-check-model to enable internal debugging...
2020-05-19 mudathirmahgoubRenamed operator CHOICE to WITNESS (#4207)
2020-05-12 Andrew ReynoldsDo not enable unconstrained simplification if arithmeti...
2020-04-28 Andrew ReynoldsSupport the SMT-LIB Unicode string standard by default...
2020-04-22 Andrew ReynoldsAllow eager bitblasting with solve bv as int in QF_NIA...
2020-04-21 Andrew ReynoldsMake option names related to CEGQI consistent (#4316)
2020-04-17 Mathias PreinerSyGuS instantiation quantifiers module (#3910)
2020-04-15 Andrew ReynoldsAlways assign function values in higher order (#4279)
2020-04-15 Andrew ReynoldsDisable preregistration of instantiations for cegqi...
2020-04-14 Andrew ReynoldsDisable macros when higher-order (#4266)
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 Andres NoetzliRemove unused code (#3782)
2020-02-20 Andres NoetzliRemove parser from bindings (#3779)
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-12 Andres NoetzliRename Java package to edu.stanford.CVC4 (#3752)
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-16 makaimannTrace tags for dumping the decision tree in org-mode...
next