mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
rebase with Z3Prover
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a83425bec6
commit
976f10c613
4 changed files with 10 additions and 10 deletions
|
@ -130,8 +130,8 @@ public:
|
|||
private:
|
||||
bool step();
|
||||
equation* pick_next();
|
||||
bool canceled() const;
|
||||
bool done() const;
|
||||
bool canceled();
|
||||
bool done();
|
||||
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