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

Add WASM support and LIBRARY_ONLY build. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cr1901
Copy link

@cr1901 cr1901 commented Mar 4, 2024

I've been using boolector with WASM, and boolector itself requires a SAT solver. I originally compiled yowasp-boolector with PicoSAT, but its performance ended up being unacceptable for many "real" problems.

I got MiniSAT to work w/ boolector instead. This patch adds the necessary code to make a WASM play nice w/ MiniSAT. Specifically, no binaries, and no ZLIB since they're only used by the binaries to parse DIMACS files.

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