mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
fix #5362
This commit is contained in:
parent
f3737f6831
commit
55daa2424c
2 changed files with 9 additions and 3 deletions
|
@ -175,6 +175,7 @@ private:
|
|||
svector<lpvar> m_add_buffer;
|
||||
mutable lp::u_set m_active_var_set;
|
||||
lp::u_set m_rows;
|
||||
reslimit m_nra_lim;
|
||||
public:
|
||||
reslimit& m_reslim;
|
||||
bool m_use_nra_model;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue