mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
fix #5297
This commit is contained in:
parent
8919fa4970
commit
2ebab021f2
5 changed files with 41 additions and 15 deletions
|
@ -28,6 +28,7 @@ class array_factory : public struct_factory {
|
|||
expr * mk_array_interp(sort * s, func_interp * & fi);
|
||||
void get_some_args_for(sort * s, ptr_buffer<expr> & args);
|
||||
bool mk_two_diff_values_for(sort * s);
|
||||
bool m_recursive_fresh { false };
|
||||
public:
|
||||
array_factory(ast_manager & m, model_core & md);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue