mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
merge changes from Z3Prover repository
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f22d4b50cc
commit
ee255ef8b3
6 changed files with 1064 additions and 165 deletions
|
@ -486,7 +486,7 @@ interv intervals::interval_of_expr(const nex* e, unsigned p) {
|
|||
return b;
|
||||
}
|
||||
case expr_type::MUL: {
|
||||
interv b = interval_of_mul<with_deps>(e->to_mul());
|
||||
interv b = interval_of_mul<wd>(e->to_mul());
|
||||
if (p != 1)
|
||||
return power<wd>(b, p);
|
||||
return b;
|
||||
|
|
|
@ -135,7 +135,6 @@ class intervals {
|
|||
};
|
||||
|
||||
region m_alloc;
|
||||
common::ci_value_manager m_val_manager;
|
||||
mutable unsynch_mpq_manager m_num_manager;
|
||||
mutable u_dependency_manager m_dep_manager;
|
||||
im_config m_config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue