mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
remove iff
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ecf15ab07d
commit
ff0f257102
47 changed files with 199 additions and 264 deletions
|
@ -63,10 +63,6 @@ format * smt2_pp_environment::pp_fdecl_name(func_decl * f, unsigned & len) const
|
|||
len = 3;
|
||||
return mk_string(m, "ite");
|
||||
}
|
||||
else if (m.is_iff(f)) {
|
||||
len = 1;
|
||||
return mk_string(m, "=");
|
||||
}
|
||||
else {
|
||||
symbol s = f->get_name();
|
||||
return pp_fdecl_name(s, len, f->is_skolem());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue