mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
bugfixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6103c9d718
commit
737913b67e
10 changed files with 54 additions and 30 deletions
|
@ -105,7 +105,7 @@ namespace polysat {
|
|||
void internalize_unary(app* e, std::function<pdd(pdd)> const& fn);
|
||||
void internalize_binary(app* e, std::function<pdd(pdd, pdd)> const& fn);
|
||||
void internalize_binary(app* e, std::function<expr*(expr*, expr*)> const& fn);
|
||||
void internalize_binaryc(app* e, std::function<signed_constraint(pdd, pdd)> const& fn);
|
||||
void internalize_binary_predicate(app* e, std::function<signed_constraint(pdd, pdd)> const& fn);
|
||||
void internalize_par_unary(app* e, std::function<pdd(pdd,unsigned)> const& fn);
|
||||
void internalize_novfl(app* n, std::function<void(unsigned, expr* const*, expr* const*, expr_ref&)>& fn);
|
||||
void internalize_interp(app* n, std::function<expr*(expr*, expr*)>& ibin, std::function<expr*(expr*)>& un);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue