mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6445d01557
commit
960a024d3d
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue