mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 00:35:47 +00:00
seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
30580a012a
commit
5eb23e1e7a
17 changed files with 287 additions and 141 deletions
|
@ -168,6 +168,11 @@ struct check_logic::imp {
|
|||
m_bvs = true;
|
||||
m_quantifiers = true;
|
||||
}
|
||||
else if (logic == "UF_S") {
|
||||
m_uf = true;
|
||||
m_bvs = true;
|
||||
m_quantifiers = false;
|
||||
}
|
||||
else {
|
||||
m_unknown_logic = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue