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

merge changes from no_deps_gb branch

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-01-02 10:53:17 -08:00
parent a67f0bbb46
commit 8ed22c77aa
3 changed files with 28 additions and 78 deletions

View file

@ -130,8 +130,8 @@ public:
private:
bool step();
equation* pick_next();
bool canceled();
bool done();
bool canceled() const;
bool done() const;
void superpose(equation const& eq1, equation const& eq2);
void superpose(equation const& eq);
void simplify_using(equation& eq, equation_vector const& eqs);