3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-28 14:08:55 +00:00

correctly process cancellation in gomory cuts

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-09-19 14:11:27 -07:00
parent b99c4a47a4
commit 342dccdc02
2 changed files with 6 additions and 2 deletions

View file

@ -26,7 +26,8 @@ namespace lp {
conflict,
continue_with_check,
undef,
unsat
unsat,
cancelled
};
inline std::string lia_move_to_string(lia_move m) {
switch (m) {