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:
parent
58414ca6df
commit
5a357f9998
4 changed files with 27 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue