mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
696a178c08
commit
43e7242e35
2 changed files with 16 additions and 13 deletions
|
@ -42,11 +42,7 @@ class ll_printer {
|
|||
}
|
||||
|
||||
void display_name(func_decl * decl) {
|
||||
symbol n = decl->get_name();
|
||||
if (decl->is_skolem() && n.is_numerical())
|
||||
m_out << "z3.sk." << n.get_num();
|
||||
else
|
||||
m_out << n;
|
||||
m_out << decl->get_name();
|
||||
}
|
||||
|
||||
bool process_numeral(expr * n) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue