Hi everyone,
As Boolector supports the logic QF_UFBV and QF_UFBV provides free sort symbols, I wanted to use such symbols.
I tried to declare such sorts, but when I use for example "(declare-sort A)" as an input for Boolector, I get the output:
" 'declare-sort' not supported if it is not interpreted as a bit-vector "
How can I use uninterpreted sorts in Boolector with SMT-LIB2 inputs?
I am using Boolector version 3.0.1-pre.
Thank you very much for your help and sorry for this question