mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
install importlib-resources for ubuntu doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
de75692cb0
commit
f98b42ae42
|
@ -443,7 +443,8 @@ namespace array {
|
|||
sel2 = a.mk_select(args2);
|
||||
return
|
||||
ctx.propagate(e_internalize(sel1), ndef1, array_axiom()) ||
|
||||
ctx.propagate(e_internalize(sel2), ndef2, array_axiom());
|
||||
ctx.propagate(e_internalize(sel2), ndef2, array_axiom()) ||
|
||||
prop;
|
||||
}
|
||||
// default(A) == default(B)
|
||||
if (ctx.propagate(ndef1, ndef2, array_axiom()))
|
||||
|
|
Loading…
Reference in a new issue