dimod
dimod copied to clipboard
Add ability to create many small BQMs for testing
Building on https://github.com/dwavesystems/dimod/pull/627, it would be nice to have the ability to just get the relevant BQMs. Something like
for bqm in iter_test_bqm():
pass
in the case that custom tests are desired.