pub unsafe extern "C" fn Z3_mk_array_ext(
c: Z3_context,
arg1: Z3_ast,
arg2: Z3_ast,
) -> Option<Z3_ast>Expand description
Create array extensionality index given two arrays with the same sort. The meaning is given by the axiom: (=> (= (select A (array-ext A B)) (select B (array-ext A B))) (= A B))