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

start gomory cut

Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
Lev Nachmanson 2017-07-11 13:46:46 -07:00
parent fc6a876845
commit bac16bac85

View file

@ -1254,7 +1254,7 @@ namespace smt {
}
case lp::lia_move::bound: {
// todo nikolaj
// Need to set a bound >= k on the only var from the term
// Need to set a bound x[j] >= k where j is the only var from the term
return l_false;
}
case lp::lia_move::cut: {