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
During work on #1725 it was observed that the PickPerf spec was substantially slower to verify with the arrays encoding. It contains mainly two operators, set union and set membership, thus we should investigate if potential optimizations can be made to how these are encoded.
Description
During work on #1725 it was observed that the
PickPerf
spec was substantially slower to verify with the arrays encoding. It contains mainly two operators, set union and set membership, thus we should investigate if potential optimizations can be made to how these are encoded.Input specification
PickPerf.tla
The command line parameters used to run the tool
--discard-disabled=0 --tuning-options=search.invariant.mode=after --smt-encoding=arrays PickPerf.tla
The text was updated successfully, but these errors were encountered: