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

Add Bonmin and Couenne to list of supported solvers #2561

Merged
merged 1 commit into from
Apr 16, 2021
Merged

Add Bonmin and Couenne to list of supported solvers #2561

merged 1 commit into from
Apr 16, 2021

Conversation

odow
Copy link
Member

@odow odow commented Apr 15, 2021

This took far longer than I expected, but everything is now up and running: https://github.com/jump-dev/AmplNLWriter.jl/runs/2357401205

Using Bonmin or Couenne is as simple as

using JuMP, AmplNLWriter, Bonmin_jll, Couenne_jll

model = Model() do
    AmplNLWriter.Optimizer(Bonmin_jll.amplexe)
end

model = Model() do
    AmplNLWriter.Optimizer(Couenne_jll.amplexe)
end

@codecov
Copy link

codecov bot commented Apr 15, 2021

Codecov Report

Merging #2561 (5d4d85c) into master (d9cd5fb) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2561   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files          44       44           
  Lines        5489     5489           
=======================================
  Hits         5115     5115           
  Misses        374      374           

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 d9cd5fb...5d4d85c. Read the comment docs.

@odow odow merged commit 3db245a into master Apr 16, 2021
@odow odow deleted the od/jll branch April 16, 2021 04:11
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.

1 participant