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:
parent
f473b92d5c
commit
2320b6dc48
2 changed files with 26 additions and 102 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue