Enum for all remaining string inferences (#4220)
[cvc5.git] / src / theory / strings / inference_manager.cpp
2020-04-07 Andrew ReynoldsEnum for all remaining string inferences (#4220)
2020-04-06 Andres NoetzliRefactor disequality processing in string solver (...
2020-04-05 Andrew ReynoldsAdd missing stat for lemmas based on inferences (#4214)
2020-03-26 Andrew ReynoldsAdd stats for string reductions, lemmas and conflicts...
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-20 Andrew ReynoldsSplit string-specific operators from TheoryStringsRewri...
2020-02-15 Andrew ReynoldsMove proxy variables to InferenceManager in strings...
2020-01-30 Andrew ReynoldsMinor updates to string utilities (#3675)
2019-11-06 Andrew ReynoldsMove more string utility functions (#3398)
2019-10-16 Andrew ReynoldsSolver state for theory of strings (#3181)
2019-09-27 Andrew ReynoldsFix case of disjunctive conclusion in strings (#3254)
2019-08-30 Andres NoetzliBetter heuristic for str.code/re.range (#3220)
2019-08-23 Andrew Reynolds Infer emptiness instead of splitting when a string...
2019-07-25 Andrew ReynoldsSplit infer info data structure in strings (#3107)
2019-07-06 Andrew ReynoldsRefactor strings to use an inference manager object...