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:
parent
a9e6e567b0
commit
c6e3fb446a
4 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue