3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

patches to theory_str for theory_seq compat

This commit is contained in:
Murphy Berzish 2017-03-01 22:18:18 -05:00
parent d00723e7ea
commit 9f79015ee6
4 changed files with 7 additions and 5 deletions

View file

@ -825,7 +825,9 @@ namespace smt {
}
void setup::setup_seq() {
m_context.register_plugin(alloc(theory_seq, m_manager));
// TODO proper negotiation of theory_str vs. theory_seq
//m_context.register_plugin(alloc(theory_seq, m_manager));
setup_str();
}
void setup::setup_card() {