Simplify and fix check models (#5685)
[cvc5.git] / src / smt / set_defaults.cpp
2020-12-16 Andrew ReynoldsSimplify preprocessing (#5647)
2020-12-15 Andrew ReynoldsRemove bv divide by zero option (#5672)
2020-12-07 Andrew ReynoldsFix issue with free variables introduced by quantifier...
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-11-19 Andrew ReynoldsEnable new implementation of CEGQI based on nested...
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-12 Andrew ReynoldsEnsure uninterpreted sort owner is UF if uf-ho or finit...
2020-10-05 Andrew ReynoldsMake sygus more robust to unknown responses in solution...
2020-10-02 Gereon KremerAllow for theory combination of strings with nonlinear...
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-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-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...
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-28 yoni206Incremental support for bv_to_int (#4967)
2020-08-21 Andrew ReynoldsConnect the relevance manager to TheoryEngine and use...
2020-08-21 Andrew ReynoldsRemove BV equality slicer (#4928)
2020-07-28 Andrew ReynoldsRemove arrays lazy rintro option (#4806)
2020-07-14 Andrew ReynoldsMake use of options in setDefaults more consistent...
2020-07-11 yoni206Changing bv_to_int options (#4721)
2020-07-08 Andrew ReynoldsAlways interleave theory combination with quantifiers...
2020-07-07 Andrew ReynoldsTransfer ownership of internal Options from NodeManager...
2020-06-30 Ying ShengInterpolation step 1 (#4638)
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-16 Aina NiemetzUpdate copyright headers.
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-12 Andrew ReynoldsDo not enable unconstrained simplification if arithmeti...
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-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-03-27 Andrew ReynoldsMove set defaults function to its own file (#4154)