mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
fix str/seq parameter config
This commit is contained in:
parent
54e28a4fe7
commit
6fececaad9
2 changed files with 1 additions and 11 deletions
|
@ -832,7 +832,6 @@ namespace smt {
|
|||
m_context.register_plugin(alloc(theory_seq, m_manager));
|
||||
} else if (m_params.m_string_solver == "auto") {
|
||||
if (st.m_has_seq_non_str) {
|
||||
NOT_IMPLEMENTED_YET();
|
||||
m_context.register_plugin(alloc(theory_seq, m_manager));
|
||||
} else {
|
||||
setup_str();
|
||||
|
@ -969,15 +968,6 @@ namespace smt {
|
|||
return;
|
||||
}
|
||||
|
||||
if (st.num_theories() == 2 && st.m_has_str && !st.m_has_seq_non_str) {
|
||||
setup_QF_S();
|
||||
return;
|
||||
}
|
||||
|
||||
if (st.num_theories() == 2 && st.m_has_seq_non_str) {
|
||||
m_context.register_plugin(alloc(theory_seq, m_manager));
|
||||
}
|
||||
|
||||
setup_unknown();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue