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:
parent
50d3e67e61
commit
94e3078920
6 changed files with 171 additions and 220 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue