jump-dev / Pajarito.jl

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

by default use MSD if MIP solver allows #415

Closed chriscoey closed 6 years ago

chriscoey commented 6 years ago

fixes #379

chriscoey commented 6 years ago

failing on a fragile test. that test seems to pass on #414 so I'll merge that before this

codecov[bot] commented 6 years ago

Codecov Report

Merging #415 into master will decrease coverage by 1.17%. The diff coverage is 70.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #415      +/-   ##
==========================================
- Coverage   89.22%   88.04%   -1.18%     
==========================================
  Files           4        3       -1     
  Lines        1745     1322     -423     
==========================================
- Hits         1557     1164     -393     
+ Misses        188      158      -30
Impacted Files Coverage Δ
src/conic_algorithm.jl 89.09% <100%> (ø) :arrow_up:
src/solver.jl 73.46% <69.69%> (-4.5%) :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 8281af3...c92d9f4. Read the comment docs.