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:
parent
dc86385e7f
commit
9b04f1570f
3 changed files with 94 additions and 4 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue