3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

making var_eqs into a template

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-05-13 15:03:41 -07:00
parent 50d3e67e61
commit 94e3078920
6 changed files with 171 additions and 220 deletions

View file

@ -76,7 +76,7 @@ public:
class core {
public:
var_eqs m_evars;
var_eqs<emonomials> m_evars;
lp::lar_solver& m_lar_solver;
vector<lemma> * m_lemma_vec;
svector<lpvar> m_to_refine;