3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45: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

@ -399,5 +399,4 @@ std::ostream& emonomials::display(std::ostream& out) const {
return out;
}
}