From 61a7c6b28da9bdaed63b2f779043562c0aa878d7 Mon Sep 17 00:00:00 2001 From: Lev Nachmanson Date: Mon, 21 Aug 2023 17:11:55 -0700 Subject: [PATCH] init m_literal_vec Signed-off-by: Lev Nachmanson --- src/math/lp/nla_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/lp/nla_core.cpp b/src/math/lp/nla_core.cpp index 1990d60fd..1b34272df 100644 --- a/src/math/lp/nla_core.cpp +++ b/src/math/lp/nla_core.cpp @@ -1523,7 +1523,7 @@ lbool core::check(vector& lits, vector& l_vec) { TRACE("nla_solver", tout << "calls = " << lp_settings().stats().m_nla_calls << "\n";); lra.get_rid_of_inf_eps(); m_lemma_vec = &l_vec; - + m_literal_vec = &lits; if (!(lra.get_status() == lp::lp_status::OPTIMAL || lra.get_status() == lp::lp_status::FEASIBLE)) { TRACE("nla_solver", tout << "unknown because of the lra.m_status = " << lra.get_status() << "\n";);