dwave-preprocessing is a package of common preprocessing tools that can aid in solving binary quadratic models (BQM).
import dwave.preprocessing
Currently, this package contains several preprocessing composites. For details on underlying algorithms and usage, see the package's Reference Documentation.
Install from a package on PyPI:
pip install dwave-preprocessing
or install from source:
pip install -r requirements.txt
python setup.py build_ext --inplace
python setup.py install
Released under the Apache License 2.0. See LICENSE file.