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

remove unused code

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-01-17 18:03:46 -08:00
parent d084a19630
commit 2c55aa5466
7 changed files with 23 additions and 72 deletions

View file

@ -1506,7 +1506,7 @@ namespace arith {
}
void solver::add_lemmas() {
if (m_nla->check_feasible()) {
if (m_nla->should_check_feasible()) {
auto is_sat = make_feasible();
if (l_false == is_sat) {
get_infeasibility_explanation_and_set_conflict();