mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix crashes with MSVC 2019
This commit is contained in:
parent
aeac0b46a0
commit
b7caabbd0f
2 changed files with 4 additions and 1 deletions
|
@ -94,7 +94,6 @@ class lar_solver : public column_namer {
|
|||
// these are basic columns with the value changed, so the the corresponding row in the tableau
|
||||
// does not sum to zero anymore
|
||||
u_set m_incorrect_columns;
|
||||
stacked_value<int> m_crossed_bounds_column_index; // such can be found at the initialization step
|
||||
stacked_value<unsigned> m_term_count;
|
||||
vector<lar_term*> m_terms;
|
||||
indexed_vector<mpq> m_column_buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue