CPLEX.jl icon indicating copy to clipboard operation
CPLEX.jl copied to clipboard

A Julia interface to the CPLEX solver

Results 8 CPLEX.jl issues
Sort by recently updated
recently updated
newest added

This is similar to #355. If all the variables of the JuMP model are continuous the model solves correctly but some post-solve methods might fail. Here, relative_gap() errors with CPLEX...

Hi, I am having an issue while building CPLEX 20.10 and 12.10 on my Macbook M1 air. The error is that it cannot locate the CPLEX installation even though I...

https://github.com/jump-dev/CPLEX.jl/blob/9d9eef4dc9ffe4223fd3d45f4e9ae940dc3b3992/test/MathOptInterface/MOI_wrapper.jl#L30-L32

bug
Wrapper: MathOptInterface

Hi everyone, I need the solution pool for storing multiple solutions of a MIP model. I using Julia and the packages JuMP and CPLEX as a solver. So I need...

Wrapper: MathOptInterface

This line adds a new MIP start https://github.com/jump-dev/CPLEX.jl/blob/71e64ea78fea5dc83c556ee76df2b5ea1df124e4/src/MOI/MOI_wrapper.jl#L2458-L2469 Bit it _adds_ a mip-start, leaving the previous one in-place. Looks like we need to use https://www.ibm.com/support/knowledgecenter/SSSA5P_20.1.0/ilog.odms.cplex.help/refcallablelibrary/mipapi/getnummipstarts.html https://www.ibm.com/support/knowledgecenter/SSSA5P_20.1.0/ilog.odms.cplex.help/refcallablelibrary/mipapi/delmipstarts.html to delete existing ones.

bug
Wrapper: MathOptInterface

Unresolved TODO from #261 https://github.com/JuliaOpt/CPLEX.jl/blob/7c4acf18e78e360bb4691fe97b47d2e98d6d29c8/test/MathOptInterface/MOI_wrapper.jl#L48-L50

Wrapper: MathOptInterface

I'm helping to develop a package (https://github.com/genXProject/genX) that can use CPLEX (through JuMP), and can also use other solvers. Not all users will have access to commercial solvers (and neither...