mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
Merge branch 'master' into unit_prop_on_monomials
This commit is contained in:
commit
e8fcc876c9
9 changed files with 31 additions and 19 deletions
|
@ -1855,6 +1855,7 @@ bool core::is_linear(const svector<lpvar>& m, lpvar& zero_var, lpvar& non_fixed)
|
|||
}
|
||||
}
|
||||
return n_of_non_fixed <= 1;
|
||||
|
||||
}
|
||||
|
||||
void core::add_lower_bound_monic(lpvar j, const lp::mpq& v, bool is_strict, std::function<u_dependency*()> explain_dep) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue