jump-dev / Pajarito.jl

A solver for mixed-integer convex optimization
Mozilla Public License 2.0
131 stars 22 forks source link

fix some issues with accepting solutions, MSD, sep cuts, and fragile tests #403

Closed chriscoey closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #403 into master will decrease coverage by 1.13%. The diff coverage is 96.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #403      +/-   ##
==========================================
- Coverage   90.38%   89.25%   -1.14%     
==========================================
  Files           4        4              
  Lines        1706     1703       -3     
==========================================
- Hits         1542     1520      -22     
- Misses        164      183      +19
Impacted Files Coverage Δ
src/solver.jl 80% <ø> (ø) :arrow_up:
src/conic_algorithm.jl 88.99% <96.55%> (-1.6%) :arrow_down:

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 0c2b5c3...647b639. Read the comment docs.

chriscoey commented 6 years ago

finally. ecos and glpk were being fragile.