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

MOI wrapper #25

Merged
merged 59 commits into from
Sep 18, 2019
Merged

MOI wrapper #25

merged 59 commits into from
Sep 18, 2019

Conversation

mtanneau
Copy link
Member

@mtanneau mtanneau commented Sep 13, 2019

Provides an interface to MOI.

Quick list of supported features:

  • Linear objective & constraints
  • Adding and deleting constraints
  • Querying primal / dual solutions after solving

At this stage, it's highly likely that there are (several) bugs in the interface, and some features remain unsupported.

@codecov-io
Copy link

codecov-io commented Sep 13, 2019

Codecov Report

Merging #25 into master will increase coverage by 3.02%.
The diff coverage is 89.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   81.74%   84.76%   +3.02%     
==========================================
  Files          19       20       +1     
  Lines         986     1444     +458     
==========================================
+ Hits          806     1224     +418     
- Misses        180      220      +40
Impacted Files Coverage Δ
src/bounds.jl 100% <ø> (ø) ⬆️
src/Tulip.jl 100% <ø> (ø) ⬆️
src/Solvers/HSDSolver/HSDSolver.jl 95.32% <100%> (+0.53%) ⬆️
src/Model/pbdata.jl 100% <100%> (+17.85%) ⬆️
src/Model/standardform.jl 100% <100%> (ø) ⬆️
src/Model/Model.jl 94.73% <85.71%> (-5.27%) ⬇️
src/MOI_wrapper.jl 88.23% <88.23%> (ø)
src/Solvers/HSDSolver/hsd_step.jl 100% <0%> (+0.75%) ⬆️
src/Model/API/constrs.jl 85.71% <0%> (+14.28%) ⬆️
... and 2 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 075bfc1...0834bd8. Read the comment docs.

@mtanneau
Copy link
Member Author

mtanneau commented Sep 13, 2019

Closes #5.
Addresses MOI item of #21

@mtanneau mtanneau merged commit e52d8ea into master Sep 18, 2019
@mtanneau mtanneau deleted the MOI branch September 18, 2019 22:42
@mtanneau mtanneau mentioned this pull request Sep 18, 2019
25 tasks
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.

2 participants