The SIF plugin seems to correctly encode rel expressions appearing in quantifier bodies but does not encode such expressions appearing in triggers, which, thus, results in a RuntimeException during verification.
However, this issue seems to depend on the surrounding expression. In particular assert forall _ { rel(_,1) } _ seems to get encoded while inhale forall _ { rel(_,1) } _ does not. See Gobra #987 for an example input.
The SIF plugin seems to correctly encode
relexpressions appearing in quantifier bodies but does not encode such expressions appearing in triggers, which, thus, results in aRuntimeExceptionduring verification.However, this issue seems to depend on the surrounding expression. In particular
assert forall _ { rel(_,1) } _seems to get encoded whileinhale forall _ { rel(_,1) } _does not. See Gobra #987 for an example input.