mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
convert reduce-args to a simplifier
- convert reduce-args to a simplifier. Currently exposed as reduce-args2 tactic until the old tactic code gets removed. - bug fixes in model_reconstruction trail - allow multiple defs to be added with same pool of removed formulas - fix tracking of function symbols instead of expressions to filter replay - add nla_divisions to track (cheap) divisibility lemmas. -
This commit is contained in:
parent
246d6f7b77
commit
8ea49eed8e
23 changed files with 740 additions and 92 deletions
|
@ -80,7 +80,7 @@ public:
|
|||
m_trail.push(value_trail(m_qhead));
|
||||
m_trail.push(thaw(*this));
|
||||
}
|
||||
void pop(unsigned n) { m_trail.pop_scope(n); }
|
||||
void pop(unsigned n) { m_trail.pop_scope(n); }
|
||||
|
||||
void advance_qhead() { freeze_prefix(); m_suffix_frozen = false; m_has_quantifiers = l_undef; m_qhead = qtail(); }
|
||||
unsigned num_exprs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue