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:
parent
d00723e7ea
commit
9f79015ee6
4 changed files with 7 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue