Skip to content

Fix failure of encoding of sets and SetIdentity if RA is disabled#1010

Open
ThomasHaas wants to merge 1 commit intodevelopmentfrom
fixNoRAForUnaryRelations
Open

Fix failure of encoding of sets and SetIdentity if RA is disabled#1010
ThomasHaas wants to merge 1 commit intodevelopmentfrom
fixNoRAForUnaryRelations

Conversation

@ThomasHaas
Copy link
Collaborator

The CoarseRelationAnalysis computes the may-set $E \times E$ even for set: it should just be $E$.
The encoding of SetIdentity fails if RA and active sets are disabled, because SetIdentity then tries to encode edges $(x,y)$ where $x \neq y$ and an exception is raised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant