Rename getAntecedent to getPremises (#5754)
[cvc5.git] / src / theory / strings / core_solver.cpp
2021-01-08 mudathirmahgoubRename getAntecedent to getPremises (#5754)
2020-12-11 Andrew ReynoldsFix length assumption for deq norm emp rule (#5623)
2020-12-10 Gereon KremerFixed a bunch of clang warnings. (#5637)
2020-10-29 Andrew Reynolds(proof-new) Update the strings inference manager for...
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-08-17 Andrew Reynolds(proof-new) Prepare the theory of strings for proof...
2020-08-02 Andres NoetzliEnsure strict length constraint for decompose rule...
2020-07-17 Andrew Reynolds(proof-new) Updates to strings core solver (#4642)
2020-07-01 Andrew Reynolds Inferences and model construction taking into account...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-12 Andrew ReynoldsCardinality-related inferences per type in theory of...
2020-05-26 Andrew Reynolds(proof-new) Updates to strings skolem cache. (#4524)
2020-05-20 Andrew ReynoldsNormal form equality conflicts and uniqueness check...
2020-04-22 Andrew ReynoldsEnsure disequality splits are processed as lemmas ...
2020-04-20 Andrew ReynoldsRefactor inference manager in strings to be amenable...
2020-04-15 Andrew ReynoldsSplit TermRegistry object from TheoryStrings (#4312)
2020-04-10 Andrew ReynoldsExplain non-emptiness by non-zero length in strings...
2020-04-07 Andrew ReynoldsEnum for all remaining string inferences (#4220)
2020-04-06 Andres NoetzliRefactor disequality processing in string solver (...
2020-04-03 Andrew ReynoldsSplit sequences rewriter (#4194)
2020-03-26 Andrew ReynoldsAdd stats for string reductions, lemmas and conflicts...
2020-03-26 Andrew ReynoldsGeneralize more string-specific functions (#4152)
2020-03-25 Andrew Reynolds Generalize more uses of string-specific functions...
2020-03-23 Andres NoetzliCollect statistics about normal form inferences (#4127)
2020-03-21 Andres NoetzliSimplify heuristic in `processNEqc` (#4129)
2020-03-20 Andrew ReynoldsGeneralize mkConcat for types (#4123)
2020-03-20 Andrew ReynoldsSplit string-specific operators from TheoryStringsRewri...
2020-03-13 Andrew ReynoldsRemoving a few deprecated options (#4052)
2020-03-09 Andrew ReynoldsConvert more uses of strings to words (#3921)
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-16 Andres NoetzliActivate reverse variant of F-Split inference (#3745)
2020-02-11 Andres NoetzliRemove `--strings-binary-csp` option (#3743)
2020-02-11 Andres NoetzliRefactor `CoreSolver::processSimpleNEq()` (#3736)
2020-02-08 Andrew ReynoldsSplit core solver from the theory of strings (#3713)