mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
4c09b7d792
commit
ebc9b7fb4e
2 changed files with 2 additions and 1 deletions
|
@ -708,7 +708,7 @@ namespace opt {
|
|||
if (fid != m.get_basic_family_id() &&
|
||||
fid != pb.get_family_id() &&
|
||||
fid != bv.get_family_id() &&
|
||||
!is_uninterp_const(n)) {
|
||||
(!is_uninterp_const(n) || (!m.is_bool(n) && !bv.is_bv(n)))) {
|
||||
throw found();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue