3
0
Fork 0
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:
Nikolaj Bjorner 2023-12-04 10:33:29 -08:00
parent de75692cb0
commit f98b42ae42

View file

@ -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()))