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-29 08:06:06 -07:00
parent 15916091d1
commit 56b47fa956
2 changed files with 4 additions and 3 deletions

View file

@ -28,7 +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 };
ptr_vector<sort> m_ranges;
public:
array_factory(ast_manager & m, model_core & md);