mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
Fixed ref-counting bug in smt_model_checker. Fixes #1212.
This commit is contained in:
parent
320c81e497
commit
abd599f48e
2 changed files with 9 additions and 4 deletions
|
@ -73,8 +73,8 @@ namespace smt {
|
|||
};
|
||||
|
||||
region m_new_instances_region;
|
||||
expr_ref_vector m_new_instances_bindings;
|
||||
ptr_vector<instance> m_new_instances;
|
||||
expr_ref_vector m_pinned_exprs;
|
||||
bool add_instance(quantifier * q, model * cex, expr_ref_vector & sks, bool use_inv);
|
||||
void reset_new_instances();
|
||||
void assert_new_instances();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue