You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
Using both the most recent version and the version tagged 3.0.0, Boolector prints the following error:
[boolector] boolector_uf: symbol 'BTOR@2t_n' is already in use
The bug seems to be related to the scope handling in the SMT-LIB 2 parser. If we apply the following patch, the bug disappears: boolector-3.0.0.patch.txt Sorry, but the patch does not work properly. If we add (push 1) after the pop command, Boolector prints an error message again. It seems that the symbol table is not properly cleared when leaving the scope, but this is just an assumption...
The text was updated successfully, but these errors were encountered:
Hi there,
we observed a bug with the following (already reduced) SMT-LIB 2 script:
Using both the most recent version and the version tagged
3.0.0
, Boolector prints the following error:The bug seems to be related to the scope handling in the SMT-LIB 2 parser.
If we apply the following patch, the bug disappears: boolector-3.0.0.patch.txtSorry, but the patch does not work properly. If we add(push 1)
after thepop
command, Boolector prints an error message again. It seems that the symbol table is not properly cleared when leaving the scope, but this is just an assumption...The text was updated successfully, but these errors were encountered: