3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-01 13:39:28 +00:00

solve_concat_eq_str() case 4: somewhat working

something's wrong but it may be very simple to fix
This commit is contained in:
Murphy Berzish 2015-09-29 17:46:51 -04:00
parent f473b92d5c
commit 2320b6dc48
2 changed files with 26 additions and 102 deletions

View file

@ -38,13 +38,13 @@ protected:
symbol m_strv_sym;
sort * m_str_decl;
arith_decl_plugin * m_arith_plugin;
sort * m_int_sort;
family_id m_arith_fid;
func_decl * m_concat_decl;
func_decl * m_length_decl;
arith_decl_plugin * m_arith_plugin;
family_id m_arith_fid;
sort * m_int_sort;
std::map<std::string, app*> string_cache;
virtual void set_manager(ast_manager * m, family_id id);