jump-dev / Pajarito.jl

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

[DNMY] remove NLP algorithm (now in Pavito.jl) #414

Closed chriscoey closed 5 years ago

chriscoey commented 6 years ago

fixes #412 see https://github.com/chriscoey/Pavito.jl (to be moved to JuliaOpt)

codecov[bot] commented 6 years ago

Codecov Report

Merging #414 into master will decrease coverage by 1.13%. The diff coverage is 68.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #414      +/-   ##
==========================================
- Coverage   89.22%   88.08%   -1.14%     
==========================================
  Files           4        3       -1     
  Lines        1745     1318     -427     
==========================================
- Hits         1557     1161     -396     
+ Misses        188      157      -31
Impacted Files Coverage Δ
src/conic_algorithm.jl 89.09% <ø> (ø) :arrow_up:
src/solver.jl 73.33% <68.96%> (-4.64%) :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...d90e1fe. Read the comment docs.

chriscoey commented 5 years ago

had to downgrade GLPKMathProgInterface to v0.4.0 to get MSD tests to pass