Skip to content

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

@yzhang90

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]

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