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:
parent
b14f5aab83
commit
6c5d7fbe96
3 changed files with 14 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue