mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 16:52:15 +00:00
move bound_manager to simplifiers, add bound manager to extract_eqs for solve-eqs #6532
This commit is contained in:
parent
e5e16268cc
commit
25b0b1430c
17 changed files with 86 additions and 59 deletions
|
@ -23,9 +23,8 @@ Notes:
|
|||
#include "ast/ast_pp.h"
|
||||
|
||||
seq_util& arith_rewriter_core::seq() {
|
||||
if (!m_seq) {
|
||||
m_seq = alloc(seq_util, m);
|
||||
}
|
||||
if (!m_seq)
|
||||
m_seq = alloc(seq_util, m);
|
||||
return *m_seq;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue