dwavesystems / dwavebinarycsp

Map constraint satisfaction problems with binary variables to binary quadratic models.
https://docs.ocean.dwavesys.com/projects/binarycsp/en/latest
Apache License 2.0
19 stars 27 forks source link

Fix doctest fails #100

Closed JoelPasvolsky closed 4 years ago

JoelPasvolsky commented 4 years ago

Currently there are 8 doctest fails. This PR fixes those and removes self-imports in docstring as we're now doing in other packages:

Doctest summary
===============
  176 tests
    0 failures in tests
    0 failures in setup code
    0 failures in cleanup code
build succeeded.