Skip to content

Use strict inequalities in relational witness invariants #1850

@sim642

Description

@sim642

In #1849 our relational domains produce a witness invariant

(long long )i >= (long long )\at(i, AnyPrev) + 1LL

This is a transition invariant, but that's actually beside the point.

Instead of outputting i >= j + 1 we could output i > j, knowing that we're working with integers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions