kotarot / rectangle-packing-solver

A solver to find a solution of the 2D rectangle packing problem by simulated annealing (SA) optimization.
Apache License 2.0
86 stars 17 forks source link

Fix hard and soft solver and add progress bar #32

Closed kotarot closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #32 (76781fc) into main (84c37e4) will increase coverage by 0.13%. The diff coverage is 97.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   92.61%   92.75%   +0.13%     
==========================================
  Files           8        8              
  Lines         352      345       -7     
==========================================
- Hits          326      320       -6     
+ Misses         26       25       -1     
Flag Coverage Δ
unittests 92.75% <97.01%> (+0.13%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rectangle_packing_solver/solver.py 95.89% <97.01%> (+0.46%) :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 84c37e4...76781fc. Read the comment docs.