lanl-ansi / Juniper.jl

A JuMP-based Nonlinear Integer Program Solver
https://lanl-ansi.github.io/Juniper.jl/stable/
MIT License
179 stars 22 forks source link

Add test for conic subsolver #236

Closed odow closed 2 years ago

odow commented 2 years ago

Closes #213

There's plenty of room for adding more complicated test functions. But this at least tests some of the code paths.

codecov[bot] commented 2 years ago

Codecov Report

Merging #236 (cdbd410) into master (bfb7125) will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #236      +/-   ##
==========================================
- Coverage   91.81%   91.76%   -0.05%     
==========================================
  Files          20       20              
  Lines        2015     2015              
==========================================
- Hits         1850     1849       -1     
- Misses        165      166       +1     
Impacted Files Coverage Δ
src/bb_strategies.jl 99.12% <0.00%> (-0.44%) :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 bfb7125...cdbd410. Read the comment docs.

ccoffrin commented 2 years ago

This is fine by me until we get a more specific feature request/test.