Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial columns callback #656

Merged
merged 4 commits into from
Apr 15, 2022
Merged

Initial columns callback #656

merged 4 commits into from
Apr 15, 2022

Conversation

guimarqu
Copy link
Contributor

fix #514 and #614

@guimarqu guimarqu changed the title Initialize columns callback Initial columns callback Apr 14, 2022
@codecov
Copy link

codecov bot commented Apr 14, 2022

Codecov Report

Merging #656 (e79accd) into master (d259ffa) will decrease coverage by 0.26%.
The diff coverage is 48.83%.

@@            Coverage Diff             @@
##           master     #656      +/-   ##
==========================================
- Coverage   85.92%   85.65%   -0.27%     
==========================================
  Files          48       48              
  Lines        5371     5411      +40     
==========================================
+ Hits         4615     4635      +20     
- Misses        756      776      +20     
Impacted Files Coverage Δ
src/MathProg/problem.jl 78.12% <0.00%> (-8.09%) ⬇️
src/MOIcallbacks.jl 85.85% <33.33%> (-11.68%) ⬇️
src/MathProg/reformulation.jl 70.58% <33.33%> (-7.99%) ⬇️
src/optimize.jl 94.11% <60.00%> (+0.17%) ⬆️
src/MOIwrapper.jl 88.85% <75.00%> (-0.09%) ⬇️
src/MathProg/formulation.jl 82.25% <100.00%> (+0.35%) ⬆️

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 d259ffa...e79accd. Read the comment docs.

@guimarqu guimarqu merged commit f527345 into master Apr 15, 2022
@guimarqu guimarqu deleted the initialize_columns branch April 15, 2022 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support to provide an initial primal solution
1 participant