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 isconstant field to Constraint; use to skip updating constant constraints #93

Closed tkoolen closed 5 years ago

tkoolen commented 5 years ago

Reasons:

(Also some indentation fixes).

codecov[bot] commented 5 years ago

Codecov Report

Merging #93 into master will increase coverage by 0.36%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage    97.9%   98.26%   +0.36%     
==========================================
  Files           9        9              
  Lines         525      635     +110     
==========================================
+ Hits          514      624     +110     
  Misses         11       11
Impacted Files Coverage Δ
src/functions.jl 99.69% <ø> (+0.44%) :arrow_up:
src/moi_interop.jl 98.75% <100%> (+0.5%) :arrow_up:
src/FunctionWrappersQuickFix.jl 69.56% <0%> (-2.66%) :arrow_down:
src/lazyexpression.jl 100% <0%> (ø) :arrow_up:
src/util.jl 100% <0%> (ø) :arrow_up:
src/parameter.jl 100% <0%> (ø) :arrow_up:
src/debug.jl 100% <0%> (ø) :arrow_up:
src/model.jl 97.64% <0%> (+1.44%) :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 2518951...f88f384. Read the comment docs.