3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 10:50:24 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-05-23 13:42:15 -07:00
parent 8919fa4970
commit 2ebab021f2
5 changed files with 41 additions and 15 deletions

View file

@ -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);