summaryrefslogtreecommitdiff
path: root/src/theory/strings/strings_rewriter.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-26 23:13:39 -0500
committerGitHub <noreply@github.com>2020-03-26 23:13:39 -0500
commitfa2ba76ef83497108942ebb91cdb07fdfeed505b (patch)
treeb667df95f61e046b2d461857a1b6ba37c51f5c9d /src/theory/strings/strings_rewriter.cpp
parent479584c063e01e8a5f79ab039c4fb7003e244bbd (diff)
Move set defaults function to its own file (#4154)
This moves SmtEngine::setDefaults to its own file. This design is not final. One could imagine this being a part of a "OptionsSetter" utility. I am leaving this as is until we refactor the relationship between SmtEngine and Options. Regardless, the general file structure should be such that this method is separate from SmtEngine, since setting default options is a large task that should be addressed independently from the core of SmtEngine. This is initial preparation towards converting the SmtEngine from Expr -> Node. A few very minor changes were made to the code to make the separation possible.
Diffstat (limited to 'src/theory/strings/strings_rewriter.cpp')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback