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:
parent
b99c4a47a4
commit
342dccdc02
2 changed files with 6 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue