3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

use LRA instead of LIA in strings setup, so that the theory_seq integer value code works

This commit is contained in:
Murphy Berzish 2016-06-01 16:34:48 -04:00
parent ecb069b701
commit f8f7014a18
3 changed files with 43 additions and 30 deletions

View file

@ -700,7 +700,7 @@ namespace smt {
}
void setup::setup_QF_S() {
setup_QF_LIA();
setup_QF_LRA();
m_context.register_plugin(alloc(smt::theory_str, m_manager));
}