You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently cspuz_core depends on SAT solvers written in C++, making it incompatible with WebAssembly build tools such as wasm-pack. It would be good if we can add support for a SAT solver in pure Rust.
Currently cspuz_core depends on SAT solvers written in C++, making it incompatible with WebAssembly build tools such as wasm-pack. It would be good if we can add support for a SAT solver in pure Rust.
Candidate SAT solvers:
TODO