3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 10:20:23 +00:00

print lemmas2console faster

- add option pp.no_lets (default = false) to print formulas without let (used by the low-level SMT2 printer).
- print lemmas2console faster by using the low level printer
This commit is contained in:
Nikolaj Bjorner 2023-03-20 17:06:14 +01:00
parent a9e6e567b0
commit c6e3fb446a
4 changed files with 8 additions and 2 deletions

View file

@ -22,6 +22,8 @@ Author:
class elim_unconstrained : public dependent_expr_simplifier {
friend class seq_simplifier;
struct node {
unsigned m_refcount = 0;
expr* m_term = nullptr;