dimod
dimod copied to clipboard
Support construction of new BQMs from scipy sparse matrices
SciPy has an existing set of sparse matrix formats, we could support construction of the BQMs added in #533 from these formats.
Notes:
- We probably do not want to make scipy a dependency of dimod
Also the reverse bqm.to_sparse() or similar.