mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
add changes in lp with validate_bound and maximize_term
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ebd4d1a300
commit
ca6cb0af95
12 changed files with 368 additions and 216 deletions
|
@ -1786,6 +1786,9 @@ void core::set_use_nra_model(bool m) {
|
|||
}
|
||||
|
||||
void core::propagate() {
|
||||
#if Z3DEBUG
|
||||
flet f(lra.validate_blocker(), true);
|
||||
#endif
|
||||
clear();
|
||||
m_monomial_bounds.unit_propagate();
|
||||
m_monics_with_changed_bounds.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue