jump-dev / Pajarito.jl

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

check conic options after know it is a conic solver #313

Closed chriscoey closed 7 years ago

mlubin commented 7 years ago

Not working:

INFO: Testing Pajarito
ERROR: LoadError: MethodError: Cannot `convert` an object of type Void to an object of type Bool
This may have arisen from a call to the constructor Bool(...),
chriscoey commented 7 years ago

yes i saw that at the same time

codecov[bot] commented 7 years ago

Codecov Report

Merging #313 into master will increase coverage by 0.28%. The diff coverage is 80%.

@@            Coverage Diff             @@
##           master     #313      +/-   ##
==========================================
+ Coverage      85%   85.28%   +0.28%     
==========================================
  Files           4        4              
  Lines        1694     1740      +46     
==========================================
+ Hits         1440     1484      +44     
- Misses        254      256       +2
Impacted Files Coverage Δ
src/solver.jl 84.21% <80%> (ø) :arrow_up:
src/conic_algorithm.jl 84.14% <0%> (+0.43%) :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 d7bb9d4...80c8f62. Read the comment docs.