Fix normal forms context-dependent simplification for strings (#7090)
[cvc5.git] / src / theory / strings / base_solver.cpp
2021-08-31 Andrew ReynoldsFix normal forms context-dependent simplification for...
2021-07-14 Andrew ReynoldsFix models for sequences of infinite element type ...
2021-05-26 Andres Noetzli More precise includes of `Node` constants (#6617)
2021-04-12 Andrew ReynoldsFix computation of whether a type is finite (#6312)
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-09 Gereon KremerSome more cleanup of includes (#6083)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-02-11 Gereon KremerMerge InferenceIds into one enum (#5892)
2020-12-08 Andrew ReynoldsMake term indices in the strings base solver aware...
2020-11-06 Andrew Reynolds(proof-new) Miscellaneous changes to strings for proofs...
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-07-13 Andres NoetzliRemove ExprSequence (#4724)
2020-07-01 Andrew Reynolds Inferences and model construction taking into account...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-12 Andrew Reynolds(proof-new) Minor updates to strings base solver (...
2020-06-12 Andrew ReynoldsCardinality-related inferences per type in theory of...
2020-05-26 Andrew ReynoldsConvert more uses of strings to words (#4527)
2020-04-30 Andrew ReynoldsDo not mark congruent terms are reduced (#4419)
2020-04-23 Andres NoetzliIntroduce best content heuristic for strings (#4382)
2020-04-07 Andrew ReynoldsEnum for all remaining string inferences (#4220)
2020-04-02 Andrew ReynoldsIntroduce enums for all string inferences, excluding...
2020-03-26 Andrew ReynoldsGeneralize more string-specific functions (#4152)
2020-03-20 Andrew ReynoldsGeneralize mkConcat for types (#4123)
2020-03-20 Andrew ReynoldsSplit string-specific operators from TheoryStringsRewri...
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-22 Andrew ReynoldsMove cardinality inference scheme to base solver in...
2020-02-04 Andrew ReynoldsSplit base solver from the theory of strings (#3680)