jump-dev / Pajarito.jl

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

add option to scale subproblem cuts up to at least equivalent separation cut scaling #407

Closed chriscoey closed 6 years ago

chriscoey commented 6 years ago

same as normal subproblem-based scaling, except resulting cuts that are smaller than the equivalent separation cuts will be scaled up to the separation cuts

codecov[bot] commented 6 years ago

Codecov Report

Merging #407 into master will decrease coverage by 0.12%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #407      +/-   ##
==========================================
- Coverage   89.35%   89.22%   -0.13%     
==========================================
  Files           4        4              
  Lines        1728     1745      +17     
==========================================
+ Hits         1544     1557      +13     
- Misses        184      188       +4
Impacted Files Coverage Δ
src/solver.jl 77.96% <100%> (ø) :arrow_up:
src/conic_algorithm.jl 89.09% <77.77%> (-0.18%) :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 d17527f...9e7d2a6. Read the comment docs.