mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5a357f9998
commit
3afb78416f
3 changed files with 38 additions and 2 deletions
|
@ -157,7 +157,9 @@ namespace recfun {
|
|||
|
||||
ast_manager & m() { return *m_manager; }
|
||||
|
||||
expr_ref redirect_ite(replace& subst, unsigned n, var ** vars, expr * e);
|
||||
void compute_scores(expr* e, obj_map<expr, unsigned>& scores);
|
||||
|
||||
public:
|
||||
plugin();
|
||||
~plugin() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue