Updates to theory preprocess equality (#5776)
[cvc5.git] / src / theory / theory_model_builder.cpp
2020-10-22 mudathirmahgoubFix issue 5309 (#5327)
2020-10-16 Andrew ReynoldsRefactor SMT-level model object (#5277)
2020-09-24 Aina NiemetzSyGuS: Add default grammar for FP. (#5133)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-08-26 Andrew ReynoldsConnect combination engine to theory engine (#4940)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-05-20 Andrew ReynoldsUse debug-check-model to enable internal debugging...
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-29 Andrew ReynoldsFix assertion related to assignability in the model...
2020-02-16 Andrew ReynoldsDisable regression (#3761)
2020-01-30 Andrew ReynoldsDo not debug check model for models with approximations...
2019-12-16 Andrew ReynoldsExtend model construction with assignment exclusion...
2019-12-12 Andrew ReynoldsUse the node-level datatypes API (#3556)
2019-11-01 Andrew ReynoldsFix non-termination in datatype type enumerator (#3369)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-27 Andrew ReynoldsFix collect model info for higher-order (#3409)
2019-09-17 Andrew ReynoldsAvoid computing cardinality when constructing models...
2019-08-28 Andrew ReynoldsRemoving comments related to issues (#3232)
2019-08-03 Andrew ReynoldsFix printing issue related to nested quotes (#3154)
2019-04-17 Andrew ReynoldsMore use of isClosure (#2959)
2019-04-03 Aina NiemetzUpdate copyright headers.
2019-04-01 Andres NoetzliFP: Fix wrong model due to partial assignment (#2910)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-09-04 Andrew ReynoldsMinor improvements to theory model builder interface...
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-06-02 Andrew Reynolds Fix assertion involving unassigned Boolean eqc in...
2018-05-23 Andrew ReynoldsAdd notions of evaluated kinds in TheoryModel (#1947)
2017-12-08 Andrew ReynoldsMake collect model info return a Bool (#1421)
2017-11-30 Andrew ReynoldsFixes for issue 1404 (#1409)
2017-11-01 Andrew Reynolds(Move-only) Refactor and document theory model part...