Skip to content

Wrong generalization for the overflow example (PaperExample1) #13

Description

@rudymatela

This is perhaps related to issue #12.

For the motivating example of the SmartCheck paper, SmartCheck reports a correct counter-example,
but an incorrect generalization:

forall values x0 x1 x2 x3:

T x3 (: -21874 x0) x2 (: -12585 []) x1

It is too general and includes values that are not counter-examples:

> let x0 = [21874]; x1 = []; x2 = []; x3 = []
> prop (T x3 (-21874:x0) x2 (-12585:[]) x1)
True

I have run the example with the default parameters, maybe tuning it to test more could fix this.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions