mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
add to_string method to make it easier to use without <<
This commit is contained in:
parent
7ce4be8455
commit
0c53c139da
2 changed files with 2 additions and 0 deletions
|
@ -451,6 +451,7 @@ namespace array {
|
|||
expr_ref alpha(a.mk_select(args), m);
|
||||
expr_ref beta(alpha);
|
||||
rewrite(beta);
|
||||
TRACE("array", tout << alpha << " == " << beta << "\n";);
|
||||
return ctx.propagate(e_internalize(alpha), e_internalize(beta), array_axiom());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue