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:
parent
9179deb746
commit
c816d45a7d
4 changed files with 43 additions and 20 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue