3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 01:11:55 +00:00

set lar_solver.m_status = UNKNOWN in the constructor

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-09-28 14:14:25 -07:00 committed by Lev Nachmanson
parent 6dcec4ce79
commit 5d586c8fd1
3 changed files with 2 additions and 6 deletions

View file

@ -542,7 +542,6 @@ public:
for (const auto & p : columns_to_subs) {
auto it = t.m_coeffs.find(p.first);
lp_assert(it != t.m_coeffs.end());
const lar_term& lt = get_term(p.second);
mpq v = it->second;
t.m_coeffs.erase(it);
t.m_coeffs[p.second] = v;