chkwon / Complementarity.jl

provides a modeling interface for mixed complementarity problems (MCP) and math programs with equilibrium problems (MPEC) via JuMP
Other
75 stars 20 forks source link

Bounds update #55

Closed davidanthoff closed 3 years ago

davidanthoff commented 3 years ago

This is useful in scenarios where one repeatedly solves a given model, with only bounds updated between runs. For example if one fixes different variables between different runs.

Also handles fixed variables properly.

codecov[bot] commented 3 years ago

Codecov Report

Merging #55 (c6a074a) into master (dcaa38e) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   95.43%   95.51%   +0.07%     
==========================================
  Files           3        3              
  Lines         307      312       +5     
==========================================
+ Hits          293      298       +5     
  Misses         14       14              
Impacted Files Coverage Δ
src/mcp.jl 99.25% <100.00%> (+0.02%) :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 dcaa38e...c6a074a. Read the comment docs.

chkwon commented 3 years ago

@davidanthoff Great. Thanks. Could you kindly add some test functions?

davidanthoff commented 3 years ago

Done!

davidanthoff commented 3 years ago

Thanks for the fast merge! Could you also tag a new release?