3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

instantiate length axiom for concatenation

This commit is contained in:
Murphy Berzish 2015-09-07 19:40:25 -04:00
parent dc86385e7f
commit 9b04f1570f
3 changed files with 94 additions and 4 deletions

View file

@ -24,7 +24,8 @@ Revision History:
str_decl_plugin::str_decl_plugin():
m_strv_sym("String"),
m_str_decl(0),
m_concat_decl(0){
m_concat_decl(0),
m_length_decl(0){
}
str_decl_plugin::~str_decl_plugin(){