Overview of PySAT core modules
masterThe PySAT toolkit is organized into seven core modules. These are divided into two categories based on their implementation:
Pure Python Modules
These modules are implemented entirely in Python:
.engines.formula.integer
C/C++ Python Wrappers
These modules provide Python interfaces to high-performance code originally implemented in C/C++:
.card.pb(a wrapper forPyPBLibfunctionality).process.solvers