3
0
Fork 0
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:
CEisenhofer 2026-05-07 15:49:16 +02:00
parent 712cd68e8c
commit f7f2ee8f74
8 changed files with 154 additions and 108 deletions

View file

@ -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();
}