mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6445d01557
commit
960a024d3d
|
@ -335,10 +335,9 @@ namespace nla {
|
||||||
return;
|
return;
|
||||||
lpvar w, fixed_to_zero;
|
lpvar w, fixed_to_zero;
|
||||||
|
|
||||||
if (!is_linear(m)) {
|
if (!is_linear(m, w, fixed_to_zero)) {
|
||||||
if (c().params().arith_nl_internal_bounds()) {
|
if (c().params().arith_nl_internal_bounds())
|
||||||
propagate(m);
|
propagate(m);
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue