mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
propagate monics with lp_bound_propagator
This commit is contained in:
parent
c309d52283
commit
cbad61ba2e
5 changed files with 74 additions and 64 deletions
|
@ -311,7 +311,7 @@ class lar_solver : public column_namer {
|
|||
|
||||
template <typename T>
|
||||
void explain_implied_bound(const implied_bound& ib, lp_bound_propagator<T>& bp) {
|
||||
u_dependency* dep = ib.explain();
|
||||
u_dependency* dep = ib.explain(*this);
|
||||
for (auto ci : flatten(dep))
|
||||
bp.consume(mpq(1), ci); // TODO: flatten should provid the coefficients
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue