3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 19:17:53 +00:00

fixup build of example

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-27 11:31:06 -08:00
parent 58414ca6df
commit 5a357f9998
4 changed files with 27 additions and 5 deletions

View file

@ -156,6 +156,8 @@ namespace recfun {
case_def_map m_case_defs; // case_pred->def
ast_manager & m() { return *m_manager; }
void compute_scores(expr* e, obj_map<expr, unsigned>& scores);
public:
plugin();
~plugin() override;