lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
244 stars 39 forks source link

Add support for Xpress as mip_solver #156

Closed hellemo closed 3 years ago

hellemo commented 3 years ago

This should be a cleaner version of https://github.com/lanl-ansi/Alpine.jl/pull/119

codecov[bot] commented 3 years ago

Codecov Report

Merging #156 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   77.47%   77.49%   +0.01%     
==========================================
  Files          16       16              
  Lines        3099     3101       +2     
==========================================
+ Hits         2401     2403       +2     
  Misses        698      698              
Impacted Files Coverage Δ
src/utility.jl 46.41% <ø> (+0.24%) :arrow_up:

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 d7a57a2...6f87e30. Read the comment docs.

harshangrjn commented 3 years ago

@hellemo Thanks for re-sending this PR! Look forward to trying with Xpress solver sometime soon.