mirror of
https://github.com/Z3Prover/z3
synced 2025-09-20 08:24:49 +00:00
Making ast_smt2_pp the default pretty printer. Now, mk_pp is just an alias for mk_ismt2_pp
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
1645f61d85
commit
93bfcaa404
6 changed files with 27 additions and 575 deletions
|
@ -47,7 +47,7 @@ namespace datalog {
|
|||
out<<"(";
|
||||
for(unsigned i=0; i<sz; i++) {
|
||||
if(i) { out<<","; }
|
||||
out<<ast_pp((*this)[i], m);
|
||||
out << mk_pp((*this)[i], m);
|
||||
}
|
||||
out<<")";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue