3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00

mult interval signs with deps

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-06-07 11:35:26 -07:00
parent 70824a68b6
commit 3948af630d
3 changed files with 48 additions and 13 deletions

View file

@ -4,7 +4,6 @@
*/
#include "math/lp/lar_solver.h"
#include "math/lp/nla_solver.h"
#include "math/lp/nla_intervals.h"
namespace lp {
lp_bound_propagator::lp_bound_propagator(lar_solver & ls, nla::solver* nla):
@ -155,7 +154,6 @@ void lp_bound_propagator::explain_implied_bound(implied_bound & ib) {
SASSERT(false);
} else {
const ul_pair & ul = m_lar_solver.m_columns_to_ul_pairs[j];
// todo : process witnesses from monomials!!!!!!!!!!!!!!!!!!!!!
auto witness = ul.lower_bound_witness();
lp_assert(is_valid(witness));
consume(a, witness);