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

fix the value oflar_solver.m_status during pop()

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-10-04 16:42:32 -07:00 committed by Lev Nachmanson
parent 2097983db3
commit 99339798ee
2 changed files with 1 additions and 2 deletions

View file

@ -94,7 +94,6 @@ class lar_solver : public column_namer {
var_register m_var_register;
stacked_vector<ul_pair> m_columns_to_ul_pairs;
vector<lar_base_constraint*> m_constraints;
private:
stacked_value<unsigned> m_constraint_count;
// the set of column indices j such that bounds have changed for j
int_set m_columns_with_changed_bound;