jump-dev / Pajarito.jl

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

accept solutions from more Mosek statuses, improve stability #396

Closed chriscoey closed 6 years ago

chriscoey commented 6 years ago

also fixes #395

chriscoey commented 6 years ago

the statuses are cleaned up for Pajarito only on my fork of Mosek https://github.com/chriscoey/Mosek.jl/commit/c440b2113e9358b271b082b1ef156a8aadb75722

this PR does not make Pajarito dependent on those Mosek changes, but it may perform better with them. it is closer to how things would be following the status overhaul, where we will be able to query more useful information about primal and dual solutions.

codecov[bot] commented 6 years ago

Codecov Report

Merging #396 into master will increase coverage by 0.13%. The diff coverage is 89.65%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #396      +/-   ##
=========================================
+ Coverage   90.56%   90.7%   +0.13%     
=========================================
  Files           4       4              
  Lines        1717    1721       +4     
=========================================
+ Hits         1555    1561       +6     
+ Misses        162     160       -2
Impacted Files Coverage Δ
src/conic_algorithm.jl 91.03% <89.65%> (+0.27%) :arrow_up:
src/conic_dual_solver.jl 65.38% <0%> (-3.85%) :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 d928df6...75a21fe. Read the comment docs.