jump-dev / Pajarito.jl

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

Julia 06 #416

Closed matbesancon closed 5 years ago

matbesancon commented 5 years ago

Updated syntax for Julia v0.6

codecov[bot] commented 5 years ago

Codecov Report

Merging #416 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #416   +/-   ##
=======================================
  Coverage   88.04%   88.04%           
=======================================
  Files           3        3           
  Lines        1322     1322           
=======================================
  Hits         1164     1164           
  Misses        158      158
Impacted Files Coverage Δ
src/conic_algorithm.jl 89.09% <ø> (ø) :arrow_up:
src/conic_dual_solver.jl 65.38% <ø> (ø) :arrow_up:
src/solver.jl 73.46% <100%> (ø) :arrow_up:

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 35d873c...58e3bd2. Read the comment docs.

chriscoey commented 5 years ago

Thanks!