3
0
Fork 0
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:
Nikolaj Bjorner 2024-01-02 11:17:59 -08:00
parent 84997f8b21
commit a7bfdcd0ea

View file

@ -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