mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
change try_patch to a template
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
4b76e213a5
commit
47d5515b78
3 changed files with 58 additions and 10 deletions
|
@ -170,6 +170,7 @@ private:
|
|||
svector<lpvar> m_add_buffer;
|
||||
mutable lp::u_set m_active_var_set;
|
||||
lp::u_set m_rows;
|
||||
u_map<rational> m_changes_of_patch;
|
||||
public:
|
||||
reslimit& m_reslim;
|
||||
bool m_use_nra_model;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue