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

Test and support Python 3.10 #116

Closed arcondello closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #116 (fdf151c) into master (e9affce) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
+ Coverage   91.58%   91.59%   +0.01%     
==========================================
  Files          19       19              
  Lines         606      607       +1     
==========================================
+ Hits          555      556       +1     
  Misses         51       51              
Impacted Files Coverage Δ
dwavebinarycsp/core/constraint.py 91.72% <100.00%> (ø)
dwavebinarycsp/core/csp.py 91.89% <100.00%> (+0.22%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e9affce...fdf151c. Read the comment docs.