mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
resolve conflicts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
19d4b0a97a
27 changed files with 197 additions and 134 deletions
|
@ -153,5 +153,5 @@ bool smt_logics::logic_has_pb(symbol const& s) {
|
|||
}
|
||||
|
||||
bool smt_logics::logic_has_datatype(symbol const& s) {
|
||||
return s == "QF_FD";
|
||||
return s == "QF_FD" || s == "ALL";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue