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:
parent
ecb069b701
commit
f8f7014a18
3 changed files with 43 additions and 30 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue