How to reconfigure Couenne for Cplex in windows

Hi all,

Can someone tell me how I can “reconfigure and recompile” Couenne to use Cplex for lp solver?

I added this to couenne.opt “lp_solver cplex” and read in teh manual that I need to run the configuration file after adding these lines:

–with-cplex-lib=“/your/path/to/libcplex.a -lpthread”
–with-cplex-incdir=C:\Program Files\IBM\ILOG\CPLEX_Studio129\cplex\include\ilcplex

I assume this is for linux. How about in windows?

Thank you in advance!

If you’re on Windows, it’s likely going to be difficult.

I don’t have any experience with this, so not much help, but if your problem is a MINLP, you should consider using GitHub - lanl-ansi/Juniper.jl: A JuMP-based Nonlinear Integer Program Solver.

Thanks for the tip! I will take a look at Juniper.