Cryptominisat

Solve Boolean satisfiability (SAT) problems with the pycryptosat Python library. Use when a problem can be expressed as Boolean variables and logical constraints — e.g. "is this set of rules consistent?", "find an assignment satisfying these conditions", "are these requirements contradictory?". CMS is a pure SAT solver: it answers SAT/UNSAT over CNF (AND-of-ORs) clauses, with native support for XOR (parity) constraints. Do NOT use it directly for integer/real arithmetic or optimization — see "When NOT to use this" below.

msoos 9a7db41 7.3 KB Updated

File contents

msoos/cryptominisat/tree/main/.github/skills/cryptominisat commit 9a7db41edd

Frequently asked questions

npx skillmds@latest add msoos/cryptominisat