3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 22:23:22 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-07-06 02:09:47 -07:00
parent a0124a079e
commit 0b30ddb769

View file

@ -2763,7 +2763,7 @@ public:
}
case lp::lp_status::FEASIBLE: {
inf_rational val(term_max.x, term_max.y);
// todo , TODO , not sure what happens here
blocker = mk_gt(v);
return inf_eps(rational::zero(), val);
}
default: