mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
init m_literal_vec
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9aeaed8f53
commit
61a7c6b28d
1 changed files with 1 additions and 1 deletions
|
@ -1523,7 +1523,7 @@ lbool core::check(vector<ineq>& lits, vector<lemma>& 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";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue