mirror of
https://github.com/Z3Prover/z3
synced 2026-06-22 08:30:28 +00:00
Using only one solver
This commit is contained in:
parent
712cd68e8c
commit
f7f2ee8f74
8 changed files with 154 additions and 108 deletions
|
|
@ -796,6 +796,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
void setup::setup_nseq() {
|
||||
setup_lra_arith(); // Avoid problems when querying length values when having QF_S(LIA)
|
||||
m_context.register_plugin(alloc(smt::theory_nseq, m_context));
|
||||
setup_char();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue