mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 22:33:40 +00:00
cleanup
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
c88d5e6468
commit
b52150de22
1 changed files with 0 additions and 1 deletions
|
@ -863,7 +863,6 @@ class theory_lra::imp {
|
||||||
|
|
||||||
bool is_infeasible() const {
|
bool is_infeasible() const {
|
||||||
return lp().get_status() == lp::lp_status::INFEASIBLE;
|
return lp().get_status() == lp::lp_status::INFEASIBLE;
|
||||||
// || lp().get_status() == lp::lp_status::UNKNOWN;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void internalize_eq(theory_var v1, theory_var v2) {
|
void internalize_eq(theory_var v1, theory_var v2) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue