Skip to content

intSizes of Registers sums up values instead of length of values #157

Description

@yzhang90

rule intSizes(ARR, I, J) => getInt(ARR [ J ]) +Int intSizes(ARR, I, J +Int 1) [owise] should be
rule intSizes(ARR, I, J) => intSize(getInt(ARR [ J ])) +Int intSizes(ARR, I, J +Int 1) [owise]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions