jump-dev / Pajarito.jl

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

add and test option to not disaggregate the cuts by cone #406

Closed chriscoey closed 6 years ago

chriscoey commented 6 years ago

allows me to test the extra strength from cut disaggregation over primitive cones. option is quite restrictive - requires a number of other options to be set a particular way. but it is not meant for users anyway.

codecov[bot] commented 6 years ago

Codecov Report

Merging #406 into master will decrease coverage by 0.01%. The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #406      +/-   ##
==========================================
- Coverage   89.37%   89.35%   -0.02%     
==========================================
  Files           4        4              
  Lines        1703     1728      +25     
==========================================
+ Hits         1522     1544      +22     
- Misses        181      184       +3
Impacted Files Coverage Δ
src/conic_algorithm.jl 89.26% <100%> (+0.1%) :arrow_up:
src/solver.jl 77.96% <66.66%> (-2.04%) :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 4359349...74a57d8. Read the comment docs.