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

[AIG] Add CutOp #7743

Merged
merged 1 commit into from
Oct 28, 2024
Merged

[AIG] Add CutOp #7743

merged 1 commit into from
Oct 28, 2024

Conversation

uenoku
Copy link
Member

@uenoku uenoku commented Oct 28, 2024

The aig.cut operation represents a cut in the And-Inverter-Graph. This operation is variadic and can take multiple inputs and outputs, which corresponds to the input and output edges in AIG conceptually.

This is separated from #7717 and a verifier is added.

The `aig.cut` operation represents a cut in the And-Inverter-Graph.
This operation is variadic and can take multiple inputs and outputs,
which corresponds to the input and output edges in AIG conceptually.
@uenoku
Copy link
Member Author

uenoku commented Oct 28, 2024

I'm just going to merge this as this is reviewed on #7717.

@uenoku uenoku merged commit c698369 into main Oct 28, 2024
4 checks passed
@uenoku uenoku deleted the dev/hidetou/cut branch October 28, 2024 10:40
@uenoku uenoku restored the dev/hidetou/cut branch October 28, 2024 11:04
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