3
0
Fork 0
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:
Nikolaj Bjorner 2019-12-23 12:31:53 -08:00
parent 3aff0bd7db
commit 77868f3d96
4 changed files with 75 additions and 35 deletions

View file

@ -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);