tkoolen / Parametron.jl

Efficiently solving instances of a parameterized family of (possibly mixed-integer) linear/quadratic optimization problems in Julia
Other
73 stars 7 forks source link

Add zero for Variable, LinearTerm, QuadraticTerm #106

Closed tkoolen closed 5 years ago

tkoolen commented 5 years ago

Fixes vecdot issue with new StaticArrays version.

codecov[bot] commented 5 years ago

Codecov Report

Merging #106 into master will increase coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
+ Coverage   88.81%   88.99%   +0.18%     
==========================================
  Files          10       10              
  Lines         724      727       +3     
==========================================
+ Hits          643      647       +4     
+ Misses         81       80       -1
Impacted Files Coverage Δ
src/functions.jl 89.12% <100%> (+0.35%) :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 68c49f7...f1615f7. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #106 into master will increase coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
+ Coverage   88.81%   88.99%   +0.18%     
==========================================
  Files          10       10              
  Lines         724      727       +3     
==========================================
+ Hits          643      647       +4     
+ Misses         81       80       -1
Impacted Files Coverage Δ
src/functions.jl 89.12% <100%> (+0.35%) :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 68c49f7...4778a1c. Read the comment docs.