Skip to content

Common preprocessing tools that can aid in solving binary quadratic models (BQM).

License

Notifications You must be signed in to change notification settings

amahmudwave/dwave-preprocessing

 
 

Repository files navigation

Linux/Mac/Windows build status Code coverage Documentation status Last version on PyPI PyPI - Python Version

dwave-preprocessing

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.

Installation

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

License

Released under the Apache License 2.0. See LICENSE file.

About

Common preprocessing tools that can aid in solving binary quadratic models (BQM).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.3%
  • Python 31.3%
  • Makefile 0.4%