Skip to content

Failing arithmetic proofs (Z3) #194

Open
@viper-admin

Description

@viper-admin

Created by @mschwerhoff on 2017-03-31 13:32

Currently fails, most likely due to an incompleteness in Z3:

inhale 0 <= a && 0 <= b && 0 < n
inhale a * (n - 1) + b < |xs|
var i: int
inhale 0 <= i && i <= n - 1
assert a * i + b < |xs|

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions