kibaekkim / DSPopt.jl

Julia modeling interface to parallel decomposition solver DSP
MIT License
12 stars 2 forks source link

Binary variable bounds #8

Closed kibaekkim closed 4 years ago

kibaekkim commented 4 years ago

As MOI does not have bounds for binary variables, we set the bounds manually.

codecov-io commented 4 years ago

Codecov Report

Merging #8 into master will increase coverage by 0.71%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   73.39%   74.11%   +0.71%     
==========================================
  Files           2        2              
  Lines         312      309       -3     
==========================================
  Hits          229      229              
+ Misses         83       80       -3     
Impacted Files Coverage Δ
src/DSPCInterface.jl 72.72% <ø> (+3.08%) :arrow_up:
src/DSPopt.jl 74.40% <100.00%> (+0.19%) :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 b6e6df1...f4b86b6. Read the comment docs.