3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 04:26:00 +00:00

share some equalities

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-19 15:58:17 -06:00
parent 9179deb746
commit c816d45a7d
4 changed files with 43 additions and 20 deletions

View file

@ -146,6 +146,7 @@ namespace qe {
interpolator(ast_manager& m):m(m) {}
lbool pingpong(mbi_plugin& a, mbi_plugin& b, expr_ref& itp);
lbool pogo(mbi_plugin& a, mbi_plugin& b, expr_ref& itp);
lbool pogo(solver_factory& sf, expr* a, expr* b, expr_ref& itp);
};
};