mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
readd big cuts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
84997f8b21
commit
a7bfdcd0ea
|
@ -561,11 +561,10 @@ public:
|
|||
bool feas = _check_feasible();
|
||||
lra.pop(1);
|
||||
|
||||
if (lia.settings().get_cancel_flag())
|
||||
return lia_move::undef;
|
||||
|
||||
if (!feas)
|
||||
return lia_move::conflict;
|
||||
if (!feas)
|
||||
for (auto const& cut : big_cuts)
|
||||
add_cut(cut);
|
||||
|
||||
}
|
||||
|
||||
// this way we create bounds for the variables in polar cases even where the terms had big numbers
|
||||
|
|
Loading…
Reference in a new issue