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

Upgrade to Moi 0.10 #624

Merged
merged 10 commits into from
Mar 11, 2022
Merged

Upgrade to Moi 0.10 #624

merged 10 commits into from
Mar 11, 2022

Conversation

guimarqu
Copy link
Contributor

(revert migration to HiGHS)

@guimarqu guimarqu mentioned this pull request Mar 11, 2022
@codecov
Copy link

codecov bot commented Mar 11, 2022

Codecov Report

Merging #624 (dc1e49e) into master (fd21f7d) will decrease coverage by 14.21%.
The diff coverage is 52.77%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #624       +/-   ##
===========================================
- Coverage   86.49%   72.28%   -14.22%     
===========================================
  Files          48       48               
  Lines        5177     5177               
===========================================
- Hits         4478     3742      -736     
- Misses        699     1435      +736     
Impacted Files Coverage Δ
src/MathProg/types.jl 78.26% <ø> (-21.74%) ⬇️
src/MathProg/MOIinterface.jl 64.31% <33.33%> (-26.24%) ⬇️
src/MOIwrapper.jl 52.95% <56.00%> (-33.15%) ⬇️
src/Algorithm/basic/solveipform.jl 87.36% <100.00%> (ø)
src/MOIcallbacks.jl 96.77% <100.00%> (+1.61%) ⬆️
src/Algorithm/benders.jl 0.00% <0.00%> (-89.08%) ⬇️
src/decomposition.jl 60.14% <0.00%> (-39.49%) ⬇️
... and 19 more

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 fd21f7d...dc1e49e. Read the comment docs.

@guimarqu guimarqu changed the base branch from master to release_v0.4.0 March 11, 2022 13:12
@guimarqu guimarqu marked this pull request as ready for review March 11, 2022 13:12
@guimarqu guimarqu merged commit a286c89 into release_v0.4.0 Mar 11, 2022
@guimarqu guimarqu deleted the upgrade_MOI_0.10.0 branch March 11, 2022 13:12
guimarqu added a commit that referenced this pull request Mar 24, 2022
* Upgrade to Moi 0.10 (#624)

* MOI 0.10.0 upgrade - wip

* WIP

* WIP

* start adding MOI new tests

* ok

* update Project

* update CI

* use fork of KnapsackLib

* ok

* comment lot sizing test

* Reorganize tests (#627)

* start reorg tests

* move old tests

* new starting point

* Better support of constraints with single variable (#628)

* fix tests for constraints with single variable

* MOI test_constraint_* ok (#629)

* MOI test_model pass (#630)

* MOI test_variable pass (#631)

* rm single var constraint

* MOI test_variable_* pass

* 1 broken test

* MOI test_objective pass (#632)

* Support insertion of identical columns at same colgen iteration (#633)

* allow two identical columns at same iteration

* ok

* MOI test_modification_ pass (#634)

* MOI test_modification_ pass

* Update src/MathProg/optimizerwrappers.jl

* Update src/Algorithm/basic/solvelpform.jl

* Update src/MOIwrapper.jl

* Update src/MathProg/optimizerwrappers.jl

* MOI test_linear & test_solve (#635)

* WIP test_linear

* ok

* Bounds of variable wrt to kind (#636)

* Restore bugfixes tests (#637)

* fix & update doc (#639)

* old tests ok (#640)

* Transmit dual bound from pricing callback (#641)

* Transmit dual bound from pricing callback

* ok

* release note
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.

1 participant