mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
afc4c700b1
commit
cfcd7f18a9
3 changed files with 6 additions and 2 deletions
|
@ -721,6 +721,10 @@ namespace smt {
|
|||
else if (m_params.m_string_solver == "seq") {
|
||||
setup_unknown();
|
||||
}
|
||||
else if (m_params.m_string_solver == "char") {
|
||||
setup_QF_BV();
|
||||
setup_char();
|
||||
}
|
||||
else if (m_params.m_string_solver == "auto") {
|
||||
setup_unknown();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue