Open GreenieQwQ opened 10 months ago
If I remember correctly, we currently cannot handle bitvectors in the computation of ranking functions, which is however necessary in LTLAutomizer
and BuchiAutomizer
. The implementation of this feature would require some effort. @Heizmann knows more about this than I do, so correct me if I am wrong.
Basic Info
The following boogie example may require the boogie-steps Branch. The branch enables handling of LTL attributes in Boogie (as used by the example).
An archive with the Boogie file, the tool chain and the setting file is attached: archive.zip.
Description
I'm running Ultimate Debugging Gui to test if LTLAutomizer supports the bitvector version of boogie. Unfortunately, it reported:
I manually added the detailed information in the first line. I wonder if there is something wrong in my settings, or the current version of LTLAutomizer is not capable of handling bvbuiltin functions (as in the example,
add.bv8
is of attribute{:bvbuiltin "bvadd"}
)?Any answer would be of great help.