3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-03-19 10:57:20 -07:00
parent c88d5e6468
commit b52150de22

View file

@ -863,7 +863,6 @@ class theory_lra::imp {
bool is_infeasible() const {
return lp().get_status() == lp::lp_status::INFEASIBLE;
// || lp().get_status() == lp::lp_status::UNKNOWN;
}
void internalize_eq(theory_var v1, theory_var v2) {