mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add pre-init assumptions for smt theories
This commit is contained in:
parent
a7f72bf4ef
commit
bef64961ae
6 changed files with 44 additions and 30 deletions
|
@ -706,7 +706,6 @@ namespace smt {
|
|||
}
|
||||
|
||||
void setup::setup_QF_S() {
|
||||
m_context.set_use_theory_str_overlap_assumption(true);
|
||||
m_context.register_plugin(alloc(smt::theory_mi_arith, m_manager, m_params));
|
||||
m_context.register_plugin(alloc(smt::theory_str, m_manager, m_params));
|
||||
}
|
||||
|
@ -842,7 +841,6 @@ namespace smt {
|
|||
|
||||
void setup::setup_str() {
|
||||
setup_arith();
|
||||
m_context.set_use_theory_str_overlap_assumption(true);
|
||||
m_context.register_plugin(alloc(theory_str, m_manager, m_params));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue