mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
properly handle recursive function definitions #898
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3bbe5eceeb
commit
e05cee757b
5 changed files with 12 additions and 32 deletions
|
@ -1167,8 +1167,6 @@ namespace smt {
|
|||
|
||||
void add_rec_funs_to_model();
|
||||
|
||||
bool is_fun_def(expr* f, expr* q, expr_ref& body);
|
||||
|
||||
public:
|
||||
bool can_propagate() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue