mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
forgotten changes after a rebase
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
3d2fc57b82
commit
f4e7002ea3
11 changed files with 43 additions and 18 deletions
|
@ -359,7 +359,7 @@ struct pp_mon {
|
|||
core const& c;
|
||||
monomial const& m;
|
||||
pp_mon(core const& c, monomial const& m): c(c), m(m) {}
|
||||
pp_mon(core const& c, lpvar v): c(c), m(c.m_emons[v]) {}
|
||||
pp_mon(core const& c, lpvar v): c(c), m(c.emons()[v]) {}
|
||||
};
|
||||
struct pp_mon_with_vars {
|
||||
core const& c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue