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:
parent
6dcec4ce79
commit
5d586c8fd1
3 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue