Skip to content

Archived 2017/2018 btr benchmarks: 24 Expected solution annotations omit the shift mask #10

Description

@Nekokir

The 28 btr files in comp/2018/General_Track/ and their byte-identical copies in comp/2017/General_Track/ contain line-3 Expected solution annotations. Four say any; the other 24 give concrete formulas.

All 24 concrete formulas omit the shift-count mask required by their own specifications:

(bvand bit #x0000001f)

For example, btr-solution-3.sl suggests x & ~(1 << bit). With x = 0x00000001 and bit = 0x00000020, the specification masks the shift count to zero and returns 0x00000000; the annotated formula shifts by 32 and returns 0x00000001. The same input distinguishes all 24 concrete annotations from their specifications.

The maintained SyGuS 2.0 copies in lib/General_Track/from_2018/ do not contain these annotations, so the current benchmark specifications are unaffected. I also verified that all 28 benchmarks remain realizable within their respective grammars.

I am not requesting changes to the archived comp/ files; I am filing this as a searchable erratum.

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