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:
parent
a67f0bbb46
commit
8ed22c77aa
3 changed files with 28 additions and 78 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue