Fix corner case of wrongly applied selector as trigger (#5786)
[cvc5.git] / src / theory / strings / inference_manager.h
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-31 Andrew Reynolds(new theory) Update TheoryStrings to new standard ...
2020-08-17 Andrew Reynolds(proof-new) Prepare the theory of strings for proof...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-04-20 Andrew ReynoldsRefactor inference manager in strings to be amenable...
2020-04-18 Andrew ReynoldsTrack inference id for pending facts in strings (#4331)
2020-04-16 Andrew ReynoldsEliminate remaining references to parent TheoryStrings...
2020-04-15 Andrew ReynoldsSplit TermRegistry object from TheoryStrings (#4312)
2020-04-15 Andrew ReynoldsConvert more cases of strings to words (#4206)
2020-04-07 Andrew ReynoldsEnum for all remaining string inferences (#4220)
2020-04-06 Andres NoetzliRefactor disequality processing in string solver (...
2020-03-26 Andrew ReynoldsAdd stats for string reductions, lemmas and conflicts...
2020-03-23 Andres NoetzliCollect statistics about normal form inferences (#4127)
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-07-25 Andrew ReynoldsSplit infer info data structure in strings (#3107)
2019-07-06 Andrew ReynoldsRefactor strings to use an inference manager object...