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:
parent
6445d01557
commit
960a024d3d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue