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

Question: abc's solver configuration for HWMCC'20? #216

Open
wu-haoze opened this issue Apr 27, 2023 · 6 comments
Open

Question: abc's solver configuration for HWMCC'20? #216

wu-haoze opened this issue Apr 27, 2023 · 6 comments

Comments

@wu-haoze
Copy link

wu-haoze commented Apr 27, 2023

Hi there,

I'm writing to ask whether it is possible to share the commands of abc used in HWMCC'20?

Thanks in advance!

@wu-haoze wu-haoze changed the title abc's solver configuration for HWMCC'20? Question: abc's solver configuration for HWMCC'20? Apr 27, 2023
@sirandreww
Copy link
Contributor

Did you get an answer to this?

@wu-haoze
Copy link
Author

wu-haoze commented Feb 7, 2024 via email

@sirandreww
Copy link
Contributor

Do you have a guess as to how it was run?

@sterin
Copy link
Contributor

sterin commented Feb 21, 2024

The complete configuration for HWMCC 2020 can be found at

https://github.com/sterin/super-prove-build

It's a wrapper project that collects all the relevant tools and build scripts. Checkout tag hwmcc20-2 for the exact version used in the competition. There's a README.md file that describes how to build and run. It builds and runs on Ubuntu 18.04, later version might need some work, mainly because of the Python 2 to 3 transition.

@sirandreww
Copy link
Contributor

Thank you for the reference! From my understanding multiple engines were run at once for ABC results, as indicated by this:

engines = [
        ( 'pdr', ['abc', '-b', '-c', '&st; &put; pdr ; send_status'] ),
        ( 'bmc3', ['abc', '-b', '-c', '&st; &put; bmc3 -a'] ),
        ( ',bmc', ['bip', ',bmc', '-no-logo', '@@'] ),
        ( ',treb', ['bip', '-no-logo', ',treb', '@@'] ),
        ( ',treb -abs', ['bip', '-no-logo', ',treb', '-abs', '@@'] ),
    ]

@GPJ-ZFF
Copy link

GPJ-ZFF commented Oct 20, 2024

how to use bmc2 for an aig

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

No branches or pull requests

4 participants