Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AAG/AIG parser does not through error on acyclic ANDs #1

Open
zimmski opened this issue Sep 25, 2014 · 0 comments
Open

AAG/AIG parser does not through error on acyclic ANDs #1

zimmski opened this issue Sep 25, 2014 · 0 comments
Labels

Comments

@zimmski
Copy link
Member

zimmski commented Sep 25, 2014

The following property of the AIGER format is ignored even though it should throw an error:

Furthermore, the definitions of the ANDs have to be acyclic. To be
more precise: The literal on the LHS of an AND is defined to depend on the
literals on the RHS after stripping sign bits. The transitive non
reflexive closure of this dependency relation has to be acyclic.

Two examples that should fail are:

aag 3 0 0 0 2
2 5 4
4 3 0
aag 3 0 0 0 3
2 5 4
4 6 0
6 2 0
@zimmski zimmski added the bug label Sep 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant