lazabs.horn.abstractions.VerificationHints
Shift references to predicate arguments using the given mapping.
Shift references to predicate arguments using the given mapping.
If the hint contains any reference not occurring in the given map,
None
will be returned. Otherwise, every variable
_i
will be replaced with _(i + mapping(i))
Shift references to predicate arguments by the given offset
and shift
(like in VariableShiftVisitor
).
Shift references to predicate arguments by the given offset
and shift
(like in VariableShiftVisitor
).