jump-dev / Pajarito.jl

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

refactor statuses in MSD and iterative functions #352

Closed chriscoey closed 7 years ago

chriscoey commented 7 years ago

fixes #351

and a few minor fixes like set the obj bound from relaxation

and also stop MSD solve if satisfied optimality gap

chriscoey commented 7 years ago

failed because of timeout taking a very long time (supposed to be 15s)

Timeout 1st MIP (tls5): Test Failed
  Expression: time < 30.0
   Evaluated: 55.134970903396606 < 30.0
codecov[bot] commented 7 years ago

Codecov Report

Merging #352 into master will increase coverage by 1.24%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #352      +/-   ##
==========================================
+ Coverage   91.35%   92.59%   +1.24%     
==========================================
  Files           4        4              
  Lines        1724     1689      -35     
==========================================
- Hits         1575     1564      -11     
+ Misses        149      125      -24
Impacted Files Coverage Δ
src/conic_algorithm.jl 93.41% <83.33%> (+2.1%) :arrow_up:
src/nonlinear_algorithm.jl 92.97% <0%> (-0.94%) :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 af54401...114c03b. Read the comment docs.