Skip to content

Improve performance for string concat #10

Description

@lucasccordeiro

ESBMC-Python can verify this Python program in a few milliseconds while ESBMC-Python-CPP takes many seconds:

str1="Hel"str2="lo"str3=str1+str2assertstr3=="Hello"str4="Wor"+"ld"assertstr4=="World"assertstr1+"lo"=="Hello"

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions