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

clean up preprocessing and add functions for modifying c, b, h #792

Merged
merged 9 commits into from
Dec 13, 2021

Conversation

chriscoey
Copy link
Collaborator

fixes #95, useful for new MOI Pajarito

@codecov
Copy link

codecov bot commented Dec 12, 2021

Codecov Report

Merging #792 (9ea5ad6) into master (5352664) will decrease coverage by 0.12%.
The diff coverage is 93.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #792      +/-   ##
==========================================
- Coverage   96.70%   96.57%   -0.13%     
==========================================
  Files          54       54              
  Lines        8218     8353     +135     
==========================================
+ Hits         7947     8067     +120     
- Misses        271      286      +15     
Impacted Files Coverage Δ
src/MathOptInterface/wrapper.jl 82.82% <75.00%> (-0.94%) ⬇️
src/Solvers/process.jl 93.57% <95.32%> (+0.52%) ⬆️
src/Solvers/Solvers.jl 92.21% <95.68%> (+0.43%) ⬆️
src/MathOptInterface/cones.jl 96.22% <100.00%> (ø)
src/Solvers/systemsolvers/common.jl 100.00% <100.00%> (ø)
src/Solvers/systemsolvers/qrchol.jl 99.18% <100.00%> (+0.01%) ⬆️
src/linearalgebra/dense.jl 62.50% <0.00%> (-5.56%) ⬇️
src/Cones/hyporootdettri.jl 99.48% <0.00%> (+0.51%) ⬆️

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 5352664...9ea5ad6. Read the comment docs.

@chriscoey chriscoey changed the title WIP: cleanup preprocessing and add functions for modifying c, b, h clean up preprocessing and add functions for modifying c, b, h Dec 12, 2021
@chriscoey chriscoey merged commit 9e11268 into master Dec 13, 2021
@chriscoey chriscoey deleted the modifyb branch December 13, 2021 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

allow repeated solves with same optimizer, and support changing b, c, h vectors
1 participant