Skip to content

SFAz3 models seem to have max length 21 characters #6

Description

@jsboige

A simple repro: In Automata.Z3.Tests in FiniteAutomataTests.cs#L510, change \d{3} for \d{22} and the test should fail with a valid string truncated for the first 21 chars.

Tests with other longer repetitions yielded the same behavior.

Furthermore, trying to upgrade Z3 NuGet dependency from 4.5 to version 4.8.1, (more recent versions don't seem to like the targeted Framework 4.5), a couple tests won't pass anymore. The one above then fails with an empty model.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions