mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
4e942b6419
Approved by: portmgr blanket
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
PicoSAT is a popular SAT solver written by Armin Biere in pure C. This
|
|
package provides efficient Python bindings to picosat on the C level,
|
|
i.e. when importing pycosat, the picosat solver becomes part of the
|
|
Python process itself.
|
|
|
|
WWW: https://github.com/ContinuumIO/pycosat
|