3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

fixes in max term with tableau

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-03-18 13:47:43 -07:00
parent b14f5aab83
commit 6c5d7fbe96
3 changed files with 14 additions and 5 deletions

View file

@ -863,6 +863,7 @@ 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) {