mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
added notes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3aff0bd7db
commit
77868f3d96
4 changed files with 75 additions and 35 deletions
|
@ -114,7 +114,7 @@ private:
|
|||
equation* pick_next();
|
||||
bool canceled();
|
||||
bool done();
|
||||
bool superpose(equation const& eq1, equation const& eq2);
|
||||
void superpose(equation const& eq1, equation const& eq2);
|
||||
void superpose(equation const& eq);
|
||||
bool simplify_source_target(equation const& source, equation& target, bool& changed_leading_term);
|
||||
bool simplify_using(equation_vector& set, equation const& eq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue