3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

fix build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-10-10 13:54:00 -07:00
parent 6445d01557
commit 960a024d3d

View file

@ -335,10 +335,9 @@ namespace nla {
return;
lpvar w, fixed_to_zero;
if (!is_linear(m)) {
if (c().params().arith_nl_internal_bounds()) {
if (!is_linear(m, w, fixed_to_zero)) {
if (c().params().arith_nl_internal_bounds())
propagate(m);
}
return;
}