CharJon / GeCO

Generators for Combinatorial Optimization
MIT License
14 stars 4 forks source link

Add support for 2010 and 2003 MIPLIB instances loading #83

Closed mmghannam closed 3 years ago

mmghannam commented 3 years ago

Closes #80

codecov-io commented 3 years ago

Codecov Report

Merging #83 (25060e0) into main (67ae9b2) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #83   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           41        41           
  Lines          698       712   +14     
=========================================
+ Hits           698       712   +14     
Impacted Files Coverage Δ
geco/mips/miplib/base.py 100.00% <100.00%> (ø)

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 67ae9b2...ad0c474. Read the comment docs.

CharJon commented 3 years ago

Looks good. Will merge when test coverage is back at 100%.