3
0
Fork 0
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:
Lev Nachmanson 2020-05-26 17:01:46 -07:00
parent 4b76e213a5
commit 47d5515b78
3 changed files with 58 additions and 10 deletions

View file

@ -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;