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

fix errors with dependency manager reset

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-01-12 10:11:13 -08:00
parent 6bc5400c5d
commit 1b07ad0952
4 changed files with 4 additions and 20 deletions

View file

@ -279,8 +279,6 @@ public:
void simplify_children_of_sum(nex_sum & sum);
bool eat_scalar_pow(rational& r, const nex_pow& p, unsigned);
bool children_are_simplified(const vector<nex_pow>& children) const;
bool gt(const nex& a, const nex& b) const;
bool gt(const nex* a, const nex* b) const { return gt(*a, *b); }
template <typename T>